Files
dotfiles/.config/nvim/lua/plugins/lsp.lua

6 lines
169 B
Lua
Raw Normal View History

2025-01-22 22:29:58 +01:00
return {
{'neovim/nvim-lspconfig', tag = 'v1.7.0'}, -- pin to a version thats compatible with nvim < 0.10
2025-01-22 22:29:58 +01:00
{'hrsh7th/cmp-nvim-lsp'},
{'hrsh7th/nvim-cmp'},
}