mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Pin version of nvim plugins lsp and treesitter
For using named plugins with neovim < 0.10 plugin versions not above a certain value are needed.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
{'neovim/nvim-lspconfig'},
|
||||
{'neovim/nvim-lspconfig', tag = 'v1.7.0'}, -- pin to a version thats compatible with nvim < 0.10
|
||||
{'hrsh7th/cmp-nvim-lsp'},
|
||||
{'hrsh7th/nvim-cmp'},
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
{'nvim-treesitter/nvim-treesitter'}
|
||||
{'nvim-treesitter/nvim-treesitter',
|
||||
tag = 'v0.9.3'}, -- pin to a version that works with nvim < 0.10
|
||||
-- configure parsers via config/treesitter.lua
|
||||
-- update parsers with :TSUpdate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user