2025-01-22 22:29:58 +01:00
|
|
|
return {
|
2025-04-08 12:50:46 +02:00
|
|
|
{'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'},
|
2026-02-17 14:26:00 +01:00
|
|
|
-- helper plugins
|
|
|
|
|
{'HallerPatrick/py_lsp.nvim'},
|
2025-01-22 22:29:58 +01:00
|
|
|
}
|