mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-03-31 02:33:11 +02:00
8 lines
226 B
Lua
8 lines
226 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'},
|
|
-- helper plugins
|
|
{'HallerPatrick/py_lsp.nvim'},
|
|
}
|