Add LSP helper plugin for python lang

This commit is contained in:
don philipe
2026-02-17 14:26:00 +01:00
parent 6a82e1dc6f
commit 434df00be3
2 changed files with 9 additions and 0 deletions

View File

@@ -2,4 +2,6 @@ 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'},
}