Files
dotfiles/.config/nvim/lua/plugins/lsp.lua
don philipe 9803f705e4 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.
2025-04-08 12:50:46 +02:00

6 lines
169 B
Lua

return {
{'neovim/nvim-lspconfig', tag = 'v1.7.0'}, -- pin to a version thats compatible with nvim < 0.10
{'hrsh7th/cmp-nvim-lsp'},
{'hrsh7th/nvim-cmp'},
}