Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nvchad | 15,571 | a day 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 | ||||||||||
Goneovim | 2,036 | a day ago | 51 | June 21, 2022 | 93 | mit | Go | |||
A GUI frontend for neovim. | ||||||||||
Fvim | 1,076 | a month ago | 50 | mit | F# | |||||
Cross platform Neovim front-end UI, built with F# + Avalonia | ||||||||||
Nvim R | 849 | 24 days ago | 45 | gpl-2.0 | Vim Script | |||||
Vim plugin to work with R | ||||||||||
Playground | 655 | 7 days ago | 16 | apache-2.0 | Lua | |||||
Treesitter playground integrated into Neovim | ||||||||||
Nvim | 227 | 4 days ago | apache-2.0 | Lua | ||||||
Structure, documented, super fast neovim configuration. 可能是翻斗花园最好用的 neovim 配置[^1]。 | ||||||||||
Darcula | 162 | 2 years ago | 2 | Vim script | ||||||
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme | ||||||||||
Dotfiles | 68 | a month ago | mit | Vim Script | ||||||
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment | ||||||||||
Nvimdots.lua | 56 | 18 hours ago | mit | Lua | ||||||
Lazy AF neovim config, well structured in lua. | ||||||||||
Usuim | 37 | 8 days ago | mit | Lua | ||||||
Neovim configured to look like Visual Studio Code |
An opinionated nvim configuration that I use in my everyday work. Best suited for web development.
For complete list inspect packer's plugin file.
By default <leader>
is mapped to (space).
For a complete list see lua/keymappings.lua file.
key mapping | description |
---|---|
<leader>ff |
Opens a floating window with fuzzy finder. Finds a file in git. |
<leader>tt |
Opens a floating window with terminal emulator. |
<leader>gg |
Opens a floating window with lazygit. |
<leader>? |
Opens a floating window with recently opened files. |
<leader> |
Opens a floating window with currently opened buffers. |
<C-n> |
Toggle NvimTree |
<A-(arrows)> |
Move between the panes |