samodostal / .dotfiles

plugin manager
Lazy
plugins
47
root
nvim/.config/nvim
init file
init.lua
lines of code
2350
monorepo
yes
fork
no
leaderkey
Space
Plugins
folke/edgy.nvim
Easily create and manage predefined window layouts, bringing a new edge to your workflow
folke/edgy.nvim thumbnail
518 38 0 split-and-window
lewis6991/gitsigns.nvim
Git integration for buffers
lewis6991/gitsigns.nvim thumbnail
3750 684 3 git
debugloop/telescope-undo.nvim
A telescope extension to view and search your undo tree 🌴
debugloop/telescope-undo.nvim thumbnail
375 114 1 editing-support
williamboman/mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
williamboman/mason.nvim thumbnail
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
folke/lazy.nvim thumbnail
8439 743 4 plugin-manager
onsails/lspkind.nvim
vscode-like pictograms for neovim lsp completion items
1144 208 2 lsp
kdheepak/lazygit.nvim
Plugin for calling lazygit from within neovim.
kdheepak/lazygit.nvim thumbnail
905 74 0 git
kkharji/sqlite.lua
SQLite LuaJIT binding with a very simple api.
409 130 1 nvim-dev
neovim/nvim-lspconfig
Quickstart configs for Nvim LSP
8454 857 1 lsp
onsails/diaglist.nvim
Live render workspace diagnostics in quickfix with current buf errors on top, buffer diagnostics in loclist
166 6 0 diagnostics
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
1567 387 1 nvim-dev
mfussenegger/nvim-lint
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
1174 111 6 lsp
windwp/nvim-autopairs
autopairs for neovim written by lua
2466 482 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
930 281 2 comment
xiyaowong/nvim-cursorword
highlight the word under the cursor.
xiyaowong/nvim-cursorword thumbnail
124 5 0 cursorline
abecodes/tabout.nvim
tabout plugin for neovim
613 56 1 motion
MunifTanjim/nui.nvim
UI Component Library for Neovim.
1168 483 2 nvim-dev
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
ray-x/lsp_signature.nvim
LSP signature hint as you type
ray-x/lsp_signature.nvim thumbnail
1716 130 0 lsp
ggandor/leap.nvim
Neovim's answer to the mouse 🦘
3518 120 2 motion
windwp/nvim-ts-autotag
Use treesitter to auto close and auto rename html tag
1152 332 1 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
yorickpeterse/nvim-pqf
Prettier quickfix/location list windows for NeoVim
yorickpeterse/nvim-pqf thumbnail
44 28 0 quickfix
ellisonleao/gruvbox.nvim
Lua port of the most famous vim colorscheme
1321 131 4 lua-colorscheme
petertriho/nvim-scrollbar
Extensible Neovim Scrollbar
702 100 1 scrollbar
David-Kunz/gen.nvim
Neovim plugin to generate text using LLMs with customizable prompts
David-Kunz/gen.nvim thumbnail
353 8 0 ai
utilyre/barbecue.nvim
A VS Code like winbar for Neovim
560 86 1 bars-and-lines
rcarriga/nvim-dap-ui
A UI for nvim-dap
rcarriga/nvim-dap-ui thumbnail
1823 343 1 debugging
m00qek/baleia.nvim
Colorize text with ANSI escape sequences (8, 16, 256 or TrueColor)
86 22 0 terminal-integration
SmiteshP/nvim-navic
Simple winbar/statusline plugin that shows your current code context
SmiteshP/nvim-navic thumbnail
1176 221 2 bars-and-lines
j-hui/fidget.nvim
Extensible UI for Neovim notifications and LSP progress messages.
1472 296 4 lsp
dcampos/nvim-snippy
Snippet plugin for Neovim written in Lua
266 20 0 snippet
mfussenegger/nvim-dap
Debug Adapter Protocol client implementation for Neovim
mfussenegger/nvim-dap thumbnail
4052 400 2 debugging
mrcjkb/haskell-tools.nvim
Supercharge your Haskell experience in neovim!
316 13 1 lsp
Wansmer/treesj
Neovim plugin for splitting/joining blocks of code
691 143 2 editing-support
akinsho/bufferline.nvim
A snazzy bufferline for Neovim
akinsho/bufferline.nvim thumbnail
2792 295 2 tabline
stevearc/conform.nvim
Lightweight yet powerful formatter plugin for Neovim
1206 148 12 formatting
ThePrimeagen/harpoon
A per project, auto updating and editable marks utility for fast file navigation.
3872 184 4 marks
ziontee113/color-picker.nvim
A powerful Neovim plugin that lets users choose & modify RGB/HSL/HEX colors.
ziontee113/color-picker.nvim thumbnail
247 15 0 color
nvim-treesitter/nvim-treesitter-textobjects
Create your own textobjects using tree-sitter queries.
1609 403 2 syntax
stevearc/aerial.nvim
Neovim plugin for a code outline window
1200 96 3 lsp
lukas-reineke/indent-blankline.nvim
Indent guides for Neovim
lukas-reineke/indent-blankline.nvim thumbnail
3347 519 1 indent
nvim-treesitter/nvim-treesitter
Nvim Treesitter configurations and abstraction layer
nvim-treesitter/nvim-treesitter thumbnail
8174 890 1 syntax
jose-elias-alvarez/typescript.nvim
A Lua plugin, written in TypeScript, to write TypeScript (Lua optional).
496 101 2 lsp
hrsh7th/nvim-cmp
A completion plugin for neovim coded in Lua.
6171 822 1 completion