Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spacevim | 19,717 | 15 hours ago | 1 | July 02, 2022 | 26 | gpl-3.0 | Lua | |||
A community-driven modular vim/neovim distribution - The ultimate vimrc | ||||||||||
Nvchad | 15,516 | 18 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 | ||||||||||
Lunarvim | 13,722 | 17 hours ago | 78 | gpl-3.0 | Lua | |||||
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven. | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Astronvim | 8,262 | 16 hours ago | 3 | gpl-3.0 | Lua | |||||
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins | ||||||||||
Haskell Ide Engine | 2,435 | 2 years ago | 302 | other | Haskell | |||||
The engine for haskell ide-integration. Not an IDE | ||||||||||
Goneovim | 2,032 | 17 hours ago | 51 | June 21, 2022 | 93 | mit | Go | |||
A GUI frontend for neovim. | ||||||||||
Vim Config | 1,672 | 22 days ago | 35 | Vim Script | ||||||
Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim. | ||||||||||
Codeium.vim | 895 | a day ago | 7 | mit | Vim Script | |||||
Free, ultrafast Copilot alternative for Vim and Neovim | ||||||||||
Solidoak | 894 | 6 years ago | 17 | unlicense | Rust | |||||
An IDE for Rust |
Based on the configuration of the Nvim prerelease
version, it aims to make an out-of-the-box and full-featured code editor.
advantage:
Clone this repository:
git clone https://github.com/askfiy/nvim ~/.config
Install dependencies (according to your preferences):
-- if you want to use the system clipboard
$ yay -s xsel
-- if yo want use lazygit in nvim
$ yay -s lazygit
-- if you want have good syntax highlighting in nvim
$ yay -s tree-sitter
-- if you want convenient fuzzy search in nvim
$ yay -s fd sed ripgrep
-- if you want use translation in nvim
$ yay -s translate-shell
-- if you want to put files deleted in nvim into recycle bin
$ yay -s trash-cli
-- if you want to link the mysql in nvim
$ yay -s percona-server-clients
-- if you want use tabnine in nvim
$ yay -s unzip curl
-- if you want preview markdown to browser in nvim
$ yay -s pandoc
$ npm i -g live-server
-- if you want to quickly upload images to the internet and generate markdown links
$ npm i -g picgo
-- if you want to store dd and yy data persistently
$ yay -S sqlite3
Open the settings.lua file to adjust Nvim's configuration functions.
Open the options.lua file and set your personal preferences.
Open the mapping.lua file to set the base keys.
Open the lua/utils/public/icons.lua file to change the icons to your liking.
Open the mason.lua file and add the LSP
, DAP
, Linter
, Formatter
and other external tools you need .
If you want to customize the startup configuration of a certain LSP
, you should configure it in lua/conf/lsp/server_configurations directory.
If you want to customize the startup configuration of a DAP
, you should do this in lua/conf/dap/dap_configurations directory to create configuration files.
You can change anything you don't like, and if you don't know how to change it, you can file an ISSUE.
- Lazy sync : Update plugin
- LspInfo : View LSP server running status
- Mason : External program management
- MarkdownPreview : Preview markdown file
- TSUpdate all : Update tree-sitter parser
- MakeDirectory : Create directory if it doesn't exist
- StartAutoReload : Start Automatically flush the buffer
- StopAutoReload : Stop Automatically flush the buffer
- OpenUserSnippetFile : Open user snippet file from current filetype
- OpenUserSnippetPackage : Open user snippet package.json file
- OpenUserDatabaseFile : Open user defined database config file