Skip to content

Commit 29e7ed5

Browse files
committed
docs(default_plugins): add note about plugins only when using Neovim 0.10
1 parent 735fc98 commit 29e7ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/reference/default_plugins.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Default Plugins
99
| [AstroNvim/astrolsp](https://github.com/AstroNvim/astrolsp) | LSP Integration |
1010
| [AstroNvim/astrotheme](https://github.com/AstroNvim/astrotheme) | Default Colorscheme/Theme |
1111
| [AstroNvim/astroui](https://github.com/AstroNvim/astroui) | UI Configuration |
12-
| [JoosepAlviste/nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring) | Contextual commenting |
12+
| [JoosepAlviste/nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring) | Contextual commenting (_Nvim 0.10 only_) |
1313
| [L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip) | Snippet Engine |
1414
| [MunifTanjim/nui.nvim](https://github.com/MunifTanjim/nui.nvim) | UI Component Library (for Neo-Tree) |
1515
| [NMAC427/guess-indent.nvim](https://github.com/NMAC427/guess-indent.nvim) | Automatic Indentation Detection |
@@ -28,14 +28,14 @@ title: Default Plugins
2828
| [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) | Completion Engine |
2929
| [jay-babu/mason-null-ls.nvim](https://github.com/jay-babu/mason-null-ls.nvim) | Mason Null-LS (None-LS) Integration |
3030
| [jay-babu/mason-nvim-dap.nvim](https://github.com/jay-babu/mason-nvim-dap.nvim) | Mason Nvim-DAP Integration |
31-
| [kevinhwang91/nvim-ufo](https://github.com/kevinhwang91/nvim-ufo) | Fold detection |
31+
| [kevinhwang91/nvim-ufo](https://github.com/kevinhwang91/nvim-ufo) | Fold detection (_Nvim 0.10 only_) |
3232
| [kevinhwang91/promise-async](https://github.com/kevinhwang91/promise-async) | Asynchronous Library (helper) |
3333
| [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) | Buffer Git Integration |
3434
| [max397574/better-escape.nvim](https://github.com/max397574/better-escape.nvim) | Easy Escape (`jj`, `jk`) |
3535
| [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) | Debugger Adapter Protocol |
3636
| [mrjones2014/smart-splits.nvim](https://github.com/mrjones2014/smart-splits.nvim) | Split Navigation and Multiplexer Integration |
3737
| [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | Language Server Configurations |
38-
| [numToStr/Comment.nvim](https://github.com/numToStr/Comment.nvim) | Comment Vim Operators |
38+
| [numToStr/Comment.nvim](https://github.com/numToStr/Comment.nvim) | Comment Vim Operators (_Nvim 0.10 only_) |
3939
| [nvim-lua/plenary.nvim](https://github.com/nvim-lua/plenary.nvim) | Lua Helper Functions (helper) |
4040
| [nvim-neo-tree/neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) | File Explorer |
4141
| [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) | Treesitter Vim Text Objects |

0 commit comments

Comments
 (0)