Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Neovim | 63,947 | 2 hours ago | 1,645 | other | Vim Script | |||||
Vim-fork focused on extensibility and usability | ||||||||||
Fzf | 51,075 | 8 | 5 | 16 hours ago | 62 | April 17, 2021 | 309 | mit | Go | |
:cherry_blossom: A command-line fuzzy finder | ||||||||||
Vim Plug | 30,289 | 2 months ago | 120 | mit | Vim Script | |||||
:hibiscus: Minimalist Vim Plugin Manager | ||||||||||
Coc.nvim | 22,511 | 82 | 263 | 2 days ago | 97 | September 19, 2022 | 42 | other | TypeScript | |
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | ||||||||||
Spacevim | 19,705 | 6 hours ago | 1 | July 02, 2022 | 34 | gpl-3.0 | Lua | |||
A community-driven modular vim/neovim distribution - The ultimate vimrc | ||||||||||
Nvchad | 15,460 | 8 hours ago | 2 | August 19, 2021 | 1 | gpl-3.0 | Lua | |||
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime | ||||||||||
Vim Galore | 15,154 | a month ago | 8 | cc-by-sa-4.0 | Vim script | |||||
:mortar_board: All things Vim! | ||||||||||
Lunarvim | 13,687 | 6 hours ago | 76 | gpl-3.0 | Lua | |||||
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. | ||||||||||
Vim | 11,711 | 16 hours ago | 1,419 | mit | TypeScript | |||||
:star: Vim for Visual Studio Code | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim |
Powershell
git clone https://github.com/gmr458/nvim.git "$Env:LOCALAPPDATA\nvim"
CMD
git clone https://github.com/gmr458/nvim.git %USERPROFILE%\AppData\Local\nvim
Linux
git clone https://github.com/gmr458/nvim.git ~/.config/nvim
Open Neovim, plugins and treesitter parsers in ensure_installed
property from treesitter config will be installed automatically. Close after the installation of plugins and treesitter parsers is finished.
Open Neovim and use the command MasonInstallListPackages
to install LSP servers, formatters and linters listed in ./lua/config/lsp/mason/list-packages.lua
.
Use the command LspStart
to start nvim-lspconfig
, nvim-navic
, mason.nvim
, null-ls.nvim
and lspsaga.nvim
. Now you can get LSP completions, LSP diagnostics, formatting, linting and other utilities that nvim-navic
and lspsaga.nvim
provide.
This config is highly influenced by LunarVim/Neovim-from-scratch