Skip to content

Releases: victornswd/nvim

v0.4.0

02 Mar 14:40
Compare
Choose a tag to compare

[0.4.0] - 2023-03-02

Removed

  • Removed Hop because I wasn't using it

Changed

  • Changed packer.nvim to lazy.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

13 Dec 18:31
Compare
Choose a tag to compare

[0.3.1] - 2022-12-13

Removed

  • Removed vim-import-cost because it wasn't working

Changed

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

05 Oct 15:16
Compare
Choose a tag to compare

[0.3.0] - 2022-10-05

Removed

  • Removed document-colors in favor of the new & maintained colorizer.lua
  • Removed the keymap for because it is default behavior
  • Removed mini.session in favor of harpoon

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

  • DAP,
    DAP ui & DAP for node
  • Copilot. Requires account and setting up with :Copilot setup
  • LSP for Astro, Prisma and SQL
  • Show search occurence at the end of the line
  • LSP diagnostic on hover
  • LSP virtual text at the end of the line

v0.2.2

12 Aug 14:07
Compare
Choose a tag to compare

[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

26 Apr 13:40
Compare
Choose a tag to compare

[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

22 Apr 14:27
Compare
Choose a tag to compare

[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

11 Feb 15:34
Compare
Choose a tag to compare

[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

11 Jan 17:13
Compare
Choose a tag to compare

[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