Collections of awesome neovim plugins.
Collections of awesome Neovim plugins. Mostly targeting Neovim specific features.
Make a pull request to add your Neovim plugin.
Have a problem a plugin can solve? Add it to the nvim-lua wishlist.
Neovim supports a wide variety of UI's.
textDocument/codeActionis available at the current cursor position.
telescope.nvimis a highly extendable fuzzy finder over lists. Built on the latest awesome features from
neovimcore. Telescope is centered around modularity, allowing for easy customization.
Neovim(>= 0.5). Allows for full asynchronicity for UI speed and usability.
Treesitter is a new system coming in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for treesitter highlight groups. Vim colorschemes will work with the new groups out of the box.
:Luadevcommand will open an scratch window which will show output from executing lua code.
Vimawesome showcases various plugins for vim and has a neovim tag for other plugins targeting neovim.
Most vim plugins also work for neovim! How cool is that!