Plugins for Neovim v0.9
Here I'll share some popular plugins that still work fine in Neovim v0.9.5
.
Since there is no way to tell for how long they will support older Neovim versions I'll share the link and the specific commit that is still compatible with Neovim v0.9.5
.
Descriptions
Name | Description |
---|---|
lazy.nvim | Plugin manager. |
tokyonight.nvim | Collection of colorscheme for Neovim. |
snacks.nvim | Collection of QoL plugins. |
bufferline.nvim | Show open files in tabline. |
mini.nvim | Collection of independent lua modules that enhance Neovim's features. |
gitsigns.nvim | Shows indicators in gutter based on file changes detected by git. |
vim-fugitive | Git integration into Neovim/Vim. |
nvim-treesitter | Configures treesitter parsers. Provides modules to manipulate code. |
nvim-treesitter-textobjects | Creates textobjects based on treesitter queries. |
vim-repeat | Add "repeat" support for plugins. |
mason.nvim | Portable package manager for Neovim. |
mason-lspconfig.nvim | Integrates nvim-lspconfig and mason.nvim. |
nvim-lspconfig | Quickstart configs for Neovim's LSP client. |
nvim-cmp | Autocompletion engine. |
cmp-buffer | nvim-cmp source. Suggest words in the current buffer. |
cmp-path | nvim-cmp source. Show suggestions based on file system paths. |
cmp-mini-snippets | nvim-cmp source. Show suggestions based on installed snippets. |
cmp-nvim-lsp | nvim-cmp source. Show suggestions based on LSP servers queries. |
friendly-snippets | Collection of snippets. |
nvim-ts-context-commentstring | It helps detect comment syntax. |
Versions
Last updated: 2025-07-06
These already dropped support for v0.9
. So, newer versions will no longer work.
Plugin | Commit |
---|---|
gitsigns.nvim | ee28ba3e70ecea811b8f6d7b51d81976e94b121c |
mason-lspconfig.nvim | 1a31f824b9cd5bc6f342fc29e9a53b60d74af245 |
mason.nvim | fc98833b6da5de5a9c5b1446ac541577059555be |
nvim-lspconfig | cb33dea610b7eff240985be9f6fe219920e630ef |
nvim-treesitter | 42fc28ba918343ebfd5565147a42a26580579482 |
nvim-treesitter-textobjects | 0f051e9813a36481f48ca1f833897210dbcfffde |
Newer version of these plugins might still work in v0.9
.
Plugin | Commit |
---|---|
bufferline.nvim | 655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3 |
cmp-buffer | b74fab3656eea9de20a9b8116afa3cfc4ec09657 |
cmp-mini-snippets | 582aea215ce2e65b880e0d23585c20863fbb7604 |
cmp-nvim-lsp | a8912b88ce488f411177fc8aed358b04dc246d7b |
cmp-path | e52e640b7befd8113b3350f46e8cfcfe98fcf730 |
friendly-snippets | 572f5660cf05f8cd8834e096d7b4c921ba18e175 |
lazy.nvim | 6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a |
mini.nvim | 48f48e4b3f317e9da34ee7a01958b4c5018e2d34 |
nvim-cmp | b5311ab3ed9c846b585c0c15b7559be131ec4be9 |
nvim-ts-context-commentstring | 1b212c2eee76d787bbea6aa5e92a2b534e7b4f8f |
snacks.nvim | bc0630e43be5699bb94dadc302c0d21615421d93 |
tokyonight.nvim | 057ef5d260c1931f1dffd0f052c685dcd14100a3 |
vim-fugitive | 593f831d6f6d779cbabb70a4d1e6b1b1936a88af |
vim-repeat | 65846025c15494983dafe5e3b46c8f88ab2e9635 |