delphinus
/
dotfiles
plugin manager
Lazy
plugins
51
root
.config/nvim
init file
init.lua
lines of code
10455
monorepo
yes
fork
no
leaderkey
unknown
Plugins
lewis6991/gitsigns.nvim
Git integration for buffers
3750
684
3
git
jbyuki/venn.nvim
Draw ASCII diagrams in Neovim
816
26
1
note-taking
gen740/SmoothCursor.nvim
Add fancy sub-cursor to signcolumn to show your scroll or jump direction.
286
16
2
motion
williamboman/mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
5702
738
1
lsp-installer
zbirenbaum/copilot.lua
Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
1638
220
5
completion
folke/lazy.nvim
💤 A modern plugin manager for Neovim
8439
743
4
plugin-manager
onsails/lspkind.nvim
vscode-like pictograms for neovim lsp completion items
1144
208
2
lsp
kyazdani42/nvim-web-devicons
lua `fork` of vim-web-devicons for neovim
1542
177
0
icon
m-demare/hlargs.nvim
Highlight arguments' definitions and usages, using Treesitter
392
59
0
syntax
jose-elias-alvarez/null-ls.nvim
Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
3615
329
0
lsp
lewis6991/satellite.nvim
Decorate scrollbar for Neovim
418
33
0
scrollbar
phaazon/hop.nvim
Neovim motions on speed!
2335
84
1
motion
L3MON4D3/LuaSnip
Snippet Engine for Neovim written in Lua.
2445
721
1
snippet
ahmedkhalf/project.nvim
The superior project management solution for neovim.
1051
125
3
project
kkharji/sqlite.lua
SQLite LuaJIT binding with a very simple api.
409
130
1
nvim-dev
folke/noice.nvim
💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
3024
329
4
utility
neovim/nvim-lspconfig
Quickstart configs for Nvim LSP
8454
857
1
lsp
nvim-lualine/lualine.nvim
A blazing fast and easy to configure neovim statusline plugin written in pure lua.
4607
611
5
statusline
numToStr/Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
2940
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.
1567
387
1
nvim-dev
HiPhish/rainbow-delimiters.nvim
Rainbow delimiters for Neovim with Tree-sitter
268
97
3
editing-support
folke/tokyonight.nvim
🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
4389
287
2
colorscheme
nvim-lua/popup.nvim
[WIP] An implementation of the Popup API from vim in Neovim. Hope to upstream when complete
339
139
0
nvim-dev
rcarriga/nvim-notify
A fancy, configurable, notification manager for NeoVim
2426
427
5
utility
nyngwang/NeoTerm.lua
You can attach a terminal-buffer for each buffer.
58
2
0
terminal-integration
MunifTanjim/nui.nvim
UI Component Library for Neovim.
1168
483
2
nvim-dev
ruifm/gitlinker.nvim
A lua neovim plugin to generate shareable file permalinks (with line ranges) for several git web frontend hosts. Inspired by tpope/vim-fugitive's :GBrowse
424
55
1
git
nvim-lua/plenary.nvim
plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
2033
829
0
nvim-dev
uga-rosa/ccc.nvim
Color picker and highlighter plugin for Neovim.
562
54
0
color
pwntester/octo.nvim
Edit and review GitHub issues and pull requests from the comfort of your favorite editor
1848
75
1
github
haringsrob/nvim_context_vt
Virtual text context for neovim treesitter
330
28
0
editing-support
gbprod/yanky.nvim
Improved Yank and Put functionalities for Neovim
598
67
2
editing-support
nvim-telescope/telescope.nvim
Find, Filter, Preview, Pick. All lua, all the time.
11964
816
1
fuzzy-finder
rafamadriz/friendly-snippets
Set of preconfigured snippets for different languages. 
1336
435
403
snippet
wbthomason/packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
7222
118
0
plugin-manager
soulis-1256/hoverhints.nvim
Show lsp diagnostics based on mouse position
38
3
3
lsp
petertriho/nvim-scrollbar
Extensible Neovim Scrollbar
702
100
1
scrollbar
m00qek/baleia.nvim
Colorize text with ANSI escape sequences (8, 16, 256 or TrueColor)
86
22
0
terminal-integration
kevinhwang91/nvim-bqf
Better quickfix window in Neovim, polish old quickfix window.
1356
117
0
quickfix
Bekaboo/dropbar.nvim
IDE-like breadcrumbs, out of the box
632
59
0
bars-and-lines
stevearc/dressing.nvim
Neovim plugin to improve the default vim.ui interfaces
1310
328
1
utility
kylechui/nvim-surround
Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
2208
282
2
syntax
luukvbaal/statuscol.nvim
Status column plugin that provides a configurable 'statuscolumn' and click handlers.
371
102
2
bars-and-lines
folke/todo-comments.nvim
✅ Highlight, list and search todo comments in your projects
2238
306
1
comment
nvim-treesitter/nvim-treesitter-textobjects
Create your own textobjects using tree-sitter queries.
1609
403
2
syntax
lukas-reineke/indent-blankline.nvim
Indent guides for Neovim
3347
519
1
indent
b0o/incline.nvim
🎈 Floating statuslines for Neovim
487
39
2
statusline
nvim-treesitter/nvim-treesitter
Nvim Treesitter configurations and abstraction layer
8174
890
1
syntax
fdschmidt93/telescope-egrepify.nvim
Variable user customization for telescope.live_grep to set rg flags on-the-fly
39
11
11
fuzzy-finder
hrsh7th/nvim-cmp
A completion plugin for neovim coded in Lua.
6171
822
1
completion
iamcco/markdown-preview.nvim
markdown preview plugin for (neo)vim
5426
222
2
markdown-and-latex