Alternatives To Nvim
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Neovim63,947
2 hours ago1,645otherVim Script
Vim-fork focused on extensibility and usability
Fzf51,0758516 hours ago62April 17, 2021309mitGo
:cherry_blossom: A command-line fuzzy finder
Vim Plug30,289
2 months ago120mitVim Script
:hibiscus: Minimalist Vim Plugin Manager
Coc.nvim22,511822632 days ago97September 19, 202242otherTypeScript
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Spacevim19,705
6 hours ago1July 02, 202234gpl-3.0Lua
A community-driven modular vim/neovim distribution - The ultimate vimrc
Nvchad15,460
8 hours ago2August 19, 20211gpl-3.0Lua
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime
Vim Galore15,154
a month ago8cc-by-sa-4.0Vim script
:mortar_board: All things Vim!
Lunarvim13,687
6 hours ago76gpl-3.0Lua
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Vim11,711
16 hours ago1,419mitTypeScript
:star: Vim for Visual Studio Code
Oni11,47713 years ago6April 02, 2017518mitTypeScript
Oni: Modern Modal Editing - powered by Neovim
Alternatives To Nvim
Select To Compare


Alternative Project Comparisons
Readme

Neovim config

screenshot-01 screenshot-02 screenshot-03 screenshot-04

Requirements

  1. Neovim >= v0.8.1
  2. Git
  3. nvim-treesitter requirements
  4. mason.nvim requirements

Installation

  1. Clone the repository.

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
  1. 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.

  2. Open Neovim and use the command MasonInstallListPackages to install LSP servers, formatters and linters listed in ./lua/config/lsp/mason/list-packages.lua.

  3. 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

Popular Neovim Projects
Popular Vim Projects
Popular Text Editors Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Lua
Vim
Dotfiles
Ide
Neovim
Nvim
Code Editor