This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
opdavies.nvim/CHANGELOG.md

123 lines
2.3 KiB
Markdown
Raw Normal View History

2024-01-25 23:12:29 +00:00
# Changelog
## 13th March 2024
### Added
* Add `committia.vim` to improve the commit buffer when running `git commit`.
2024-03-12 23:01:26 +00:00
## 12th March 2024
### Added
* Add `diffnvim.nvim` as another way to deal with merge conflicts.
* Add `nvim-spectre` for global find and replace within a project.
* Add `jsonlint` for linting JSON files.
### Changed
* Configure `lua_ls` settings to set the workspace directory.
### Removed
* Remove `nixd` and `rnix-lsp` as they were preventing me from upgrading from an insecure version of nix.
## 11th March 2024
### Added
* Re-add `markdown-preview.nvim`.
2024-03-09 20:19:32 +00:00
## 9th March 2024
### Removed
* Removed Grammarly as it's marked as broken in the Nix store.
## 27th February 2024
### Changed
2024-02-27 23:22:11 +00:00
* Update Telescope keymaps to be more like the ones in <https://github.com/nvim-lua/kickstart.nvim>.
2024-02-27 22:30:54 +00:00
* Update Harpoon keymaps and include keymaps to remove a single file and clear all files.
* Update Telescope to ignore more files and directories by default.
* Replace `christoomey/vim-tmux-navigator` with `alexghergh/nvim-tmux-navigation`.
2024-02-26 15:40:12 +00:00
## 26th February 2024
### Added
* Add `eslint_d` as it's declared as a formatter for JavaScript files.
2024-02-26 15:40:12 +00:00
### Changed
* Update keybindings for snippet completion.
2024-02-26 00:36:34 +00:00
## 25th February 2024
* Remove `colorcolumn` and `cursorline`.
## 24th February 2024
### Added
* Add `neodev`.
### Removed
* Remove some unused plugins and packages.
* e.g. floaterm, projectionist, vim-wiki, vim-easy-align,
vim-surround, visual-star-search, vim-rhubarb
### Changed
* Tidy neovim configuration
* Replace none-ls with conform.nvim and nvim-lint.
* Replace lualine.nvim with mini-statusline.
* Simplify cmp completion sources.
## 21st February 2024
### Added
* Re-add `vim-just` and `fidget.nvim`.
## 13th February 2024
### Changed
* Use `alejandra` to format Nix files.
## 5th February 2024
### Fixed
* Fix PHPUnit command in `vim-test`.
## 27th January 2024
### Added
* Add vim-floaterm.
### Removed
* Remove Astro plugin and language server.
## 26th January 2024
### Added
* Add vim-wiki.
2024-01-25 23:12:29 +00:00
## 25th January 2024
2024-01-25 23:34:44 +00:00
### Added
* Add `grammarly` language server.
2024-01-25 23:12:29 +00:00
### Changed
* Remove `.gitignore` from the built package.
2024-01-25 23:12:29 +00:00
* Split this configuration from my main NixOS/Home Manager dotfiles repository - <https://github.com/opdavies/dotfiles.nix>.