-
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
Maybe the only problem I found is that some plugins don't have examples with Lua configurations (Mappings and that stuff) and installation guide with packer.nvim manager. But reading the docs you can build a init.lua withouth problems.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I tried to use only Lua plugins, but I can't find a replace for VSnip. Surprisingly, there is a lot of plugins ready to use the LSP and Treesitter features. I even find a plugin for Flutter. My favorite plugins are Telescope, LSPSaga and Nvim-tree.
-
I tried to use only Lua plugins, but I can't find a replace for VSnip. Surprisingly, there is a lot of plugins ready to use the LSP and Treesitter features. I even find a plugin for Flutter. My favorite plugins are Telescope, LSPSaga and Nvim-tree.
-
I tried to use only Lua plugins, but I can't find a replace for VSnip. Surprisingly, there is a lot of plugins ready to use the LSP and Treesitter features. I even find a plugin for Flutter. My favorite plugins are Telescope, LSPSaga and Nvim-tree.
-
lspsaga.nvim
Discontinued improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim] (by glepnir)
I tried to use only Lua plugins, but I can't find a replace for VSnip. Surprisingly, there is a lot of plugins ready to use the LSP and Treesitter features. I even find a plugin for Flutter. My favorite plugins are Telescope, LSPSaga and Nvim-tree.
-
I tried to use only Lua plugins, but I can't find a replace for VSnip. Surprisingly, there is a lot of plugins ready to use the LSP and Treesitter features. I even find a plugin for Flutter. My favorite plugins are Telescope, LSPSaga and Nvim-tree.
-
nix-darwin-dotfiles
Dotfiles managed via Nix-Darwin and Mk-Darwin-System, for schoolwork and kotlin, lua, and rust programming
Instead of VSNIP I switched to luasnip. You can see my installation here (https://github.com/shaunsingh/vimrc-dotfiles/blob/ea94504185b7315259c901c89fc8cf4bc11ebaf6/.config/nvim/lua/pluginList.lua#L78) and my configuration with nvim-compe here (https://github.com/shaunsingh/vimrc-dotfiles/blob/main/.config/nvim/lua/compe-completion.lua)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Most people will recommend recommend looking at LunarVim.
-
Feel free to also take a look at my dotfiles. Here is my packer config and here are most of my mappings. The rest are found with various plugins.
Related posts
-
Difference between Telescope `lsp_workspace_symbols` and `lsp_dynamic_workspace_symbols`?
-
Trying really hard to get into Neovim but I’ve had such a hard time trying to configure it!
-
Are there any examples of how to use nvim_create_autocmd?
-
Need resources for porting init.vim to init.lua, following the norm
-
lsp, pyls: how to get autocompletion and signatures of imported library