Releases: victornswd/nvim
Releases · victornswd/nvim
v0.4.0
[0.4.0] - 2023-03-02
Removed
- Removed
Hop
because I wasn't using it
Changed
- Changed
packer.nvim
tolazy.nvim
- Modified install steps in
README
- Toned down
emmet-ls
results in JSX/TSX - Reduced the number of installed languages in Treesitter, with autoinstall
Added
- Added
mini.bracketed
for new jumps - Added mason-null-ls to keep null-ls sources in the same spot as mason
- Added auto-install and auto-setup of null-ls sources
- Added Codeium support. NOTE: AI completion helpers are commented out in
plugins.lua
- Added nvim-tree
- Added telescope-undo, which is similar to undo-tree
- Added statuscol for interactive column (nvim 0.9+)
- Added some Treesitter performance optimizations, thanks to mars90226
v0.3.1
[0.3.1] - 2022-12-13
Removed
- Removed
vim-import-cost
because it wasn't working
Changed
- Testing no-wrap
- Change StyLua rules to something
closer to default - Switch from vim-easy-align to
mini-align - Switch to LSP Zero to simplify
LSP handling
Added
- Added more ASCII art
<C-[1-4]>
goes to Harpoon position- Added boole.nvim for more toggle
options - Added the
++p
flag to files saving to always create a new file even if
folder in the path doesn't exist - Added the VimBeGood game
v0.3.0
[0.3.0] - 2022-10-05
Removed
- Removed
document-colors
in favor of the new & maintainedcolorizer.lua
- Removed the keymap for because it is default behavior
- Removed
mini.session
in favor ofharpoon
Changed
- Simplified install procedure
- Switch navic to aerial.nvim
- Move keymaps to each individual config file
- Indent-blankline updates
- Rearrange and clean up the plugin list
Added
v0.2.2
[0.2.2] - 2022-08-12
Removed
- Removed support for Neovim 0.7 due to the enhancements on the 0.8 branch
Changed
- Changed to the overhauled NvChad themes. Updated the theme switcher as well
- Switched LSP installer to the new mason.nvim
- Changed some LSP & completion settings
- Updated LSP settings to the default lspconfig behavior
- Changed feline status to a custom statusline
Added
- Harpoon to better manage "marks"
- Configured the winbar. Still a WIP
- nvim-navic to show code context in the winbar
v0.2.1
[0.2.1] - 2022-04-26
Changed
- Forced null-ls to handle Lua formatting
- Fail silently if
packer_compiled
is not present - Simplify install process
v0.2.0
[0.2.0] - 2022-04-22
Changed
- Themes now use NvChad Base16 colorscheme and highlights
- Statusline plugin is now Feline instead of Lualine due to better color support from the theme
- Mini.pairs now handles auto-pairing brackets, parentheses etc.
- Mini.comment now handles commenting
- Mini.tabline now handles the buferlist
- Switched to Neogen for code annotations
- Changed mappings to the nvim default way. which-key is now used only for prompts
Added
- Termcolors plugin to generate a theme for kitty terminal from the colorscheme
- null-ls now handles formatting and linting with configs for JS, TS, lua, elm, bash. Formatters and linters need to be installed globally
- Mini.Starter for a startup dashboard
- Mini.Sessions for a session manager
- Added Specs.nvim for a visual nod on cursor jumps
v0.1.1
[0.1.1] - 2022-02-11
Changed
- Changed mappings to which-key for
better documentation and for the helpful prompts - Changed the way autocomplete works:
- no autoselect
- replace with selection on mid-word autocompletH
Added
- Buffer titles now show LSP indicators
- A more complete list of key mappings in README
- A screenshot of the project
v0.1.0
[v0.1.0] - 2022-01-11
First release
Added
- Lua config
- Preference for Lua plugins
- Start up in under 50ms
- Built-in LSP with autoinstalls
- Autoinstall on first load (with the custom start command)
- Config in separate files for easier updating and experimenting
- Support for Neovim 0.6 & 0.7