b0o / nvim-conf

106
plugin manager
Lazy
plugins
55
root
init file
init.lua
lines of code
10460
monorepo
no
fork
no
leaderkey
Space
Plugins
monaqa/dial.nvim
enhanced increment/decrement plugin for Neovim.
653 106 4 editing-support
luukvbaal/stabilize.nvim
Neovim plugin to stabilize window open/close events.
331 12 0 split-and-window
lewis6991/gitsigns.nvim
Git integration for buffers
lewis6991/gitsigns.nvim thumbnail
3756 684 3 git
folke/trouble.nvim
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
3831 415 3 diagnostics
mrjones2014/smart-splits.nvim
🧠 Smart, seamless, directional navigation and resizing of Neovim + terminal multiplexer splits. Supports tmux, Wezterm, and Kitty. Think about splits in terms of "up/down/left/right".
mrjones2014/smart-splits.nvim thumbnail
546 68 3 split-and-window
aznhe21/actions-preview.nvim
Fully customizable previewer for LSP code actions.
177 25 0 lsp
smjonas/inc-rename.nvim
Incremental LSP renaming based on Neovim's command-preview feature.
smjonas/inc-rename.nvim thumbnail
424 90 4 lsp
zbirenbaum/copilot.lua
Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
1643 220 6 completion
folke/lazy.nvim
💤 A modern plugin manager for Neovim
folke/lazy.nvim thumbnail
8465 746 5 plugin-manager
kyazdani42/nvim-web-devicons
lua `fork` of vim-web-devicons for neovim
1544 175 0 icon
jose-elias-alvarez/null-ls.nvim
Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
3614 324 1 lsp
b0o/mapx.nvim
🗺 A better way to create key mappings in Neovim
243 4 0 keybinding
Shatur/neovim-session-manager
A simple wrapper around :mksession.
404 38 0 session
nvim-treesitter/nvim-treesitter-context
Show code context
1840 265 2 editing-support
L3MON4D3/LuaSnip
Snippet Engine for Neovim written in Lua.
2450 722 2 snippet
nvimtools/none-ls.nvim
null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
917 132 11 lsp
nvim-neotest/neotest
An extensible framework for interacting with tests within NeoVim.
nvim-neotest/neotest thumbnail
1630 159 3 test
stevearc/oil.nvim
Neovim file explorer: edit your filesystem like a buffer
1587 161 13 file-explorer
folke/noice.nvim
💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
folke/noice.nvim thumbnail
3028 331 5 utility
neovim/nvim-lspconfig
Quickstart configs for Nvim LSP
8459 857 1 lsp
numToStr/Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
numToStr/Comment.nvim thumbnail
2948 503 3 comment
folke/neodev.nvim
💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.
folke/neodev.nvim thumbnail
1573 386 1 nvim-dev
NeogitOrg/neogit
magit for neovim
NeogitOrg/neogit thumbnail
2686 113 2 git
nvim-lua/popup.nvim
[WIP] An implementation of the Popup API from vim in Neovim. Hope to upstream when complete
338 139 0 nvim-dev
rcarriga/nvim-notify
A fancy, configurable, notification manager for NeoVim
rcarriga/nvim-notify thumbnail
2426 428 6 utility
windwp/nvim-autopairs
autopairs for neovim written by lua
2471 480 0 editing-support
JoosepAlviste/nvim-ts-context-commentstring
Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
JoosepAlviste/nvim-ts-context-commentstring thumbnail
933 276 2 comment
smjonas/live-command.nvim
Easily create previewable commands in Neovim.
smjonas/live-command.nvim thumbnail
412 27 0 editing-support
Wansmer/sibling-swap.nvim
Neovim plugin for swaps closest siblings with Tree-Sitter
125 10 1 editing-support
MunifTanjim/nui.nvim
UI Component Library for Neovim.
1169 485 4 nvim-dev
nvim-lua/plenary.nvim
plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
2037 830 1 nvim-dev
dpayne/CodeGPT.nvim
CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT.
717 10 1 ai
sindrets/winshift.nvim
Rearrange your windows with ease.
sindrets/winshift.nvim thumbnail
400 27 0 split-and-window
windwp/nvim-ts-autotag
Use treesitter to auto close and auto rename html tag
1154 332 3 editing-support
nvim-telescope/telescope.nvim
Find, Filter, Preview, Pick. All lua, all the time.
11986 817 1 fuzzy-finder
rafamadriz/friendly-snippets
Set of preconfigured snippets for different languages.
rafamadriz/friendly-snippets thumbnail
1335 434 401 snippet
akinsho/nvim-toggleterm.lua
A neovim lua plugin to help easily manage multiple terminal windows
akinsho/nvim-toggleterm.lua thumbnail
3169 21 1 terminal-integration
kyazdani42/nvim-tree.lua
A file explorer tree for neovim written in lua
kyazdani42/nvim-tree.lua thumbnail
5857 89 0 file-explorer
DNLHC/glance.nvim
A pretty window for previewing, navigating and editing your LSP locations
534 13 0 lsp
Mofiqul/dracula.nvim
Dracula colorscheme for neovim written in Lua
477 28 0 colorscheme
mfussenegger/nvim-dap
Debug Adapter Protocol client implementation for Neovim
mfussenegger/nvim-dap thumbnail
4059 399 2 debugging
folke/which-key.nvim
💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
folke/which-key.nvim thumbnail
3699 472 1 keybinding
Wansmer/treesj
Neovim plugin for splitting/joining blocks of code
691 142 2 editing-support
stevearc/conform.nvim
Lightweight yet powerful formatter plugin for Neovim
1227 150 15 formatting
kylechui/nvim-surround
Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
2216 282 2 syntax
bfredl/nvim-luadev
REPL/debug console for nvim lua plugins
265 13 0 nvim-dev
nvim-treesitter/nvim-treesitter-textobjects
Create your own textobjects using tree-sitter queries.
1611 404 3 syntax
stevearc/aerial.nvim
Neovim plugin for a code outline window
1202 98 5 lsp
nvim-neo-tree/neo-tree.nvim
Neovim plugin to manage the file system and other tree like structures.
2251 283 3 file-explorer
lukas-reineke/indent-blankline.nvim
Indent guides for Neovim
lukas-reineke/indent-blankline.nvim thumbnail
3347 520 2 indent
b0o/incline.nvim
🎈 Floating statuslines for Neovim
b0o/incline.nvim thumbnail
488 39 2 statusline
nvim-treesitter/nvim-treesitter
Nvim Treesitter configurations and abstraction layer
nvim-treesitter/nvim-treesitter thumbnail
8185 891 2 syntax
sindrets/diffview.nvim
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
sindrets/diffview.nvim thumbnail
2832 301 1 git
hrsh7th/nvim-cmp
A completion plugin for neovim coded in Lua.
6180 822 1 completion
axkirillov/easypick.nvim
A neovim plugin that lets you easily create Telescope pickers from arbitrary console commands
axkirillov/easypick.nvim thumbnail
314 10 0 fuzzy-finder