enable python lsp

This commit is contained in:
naman 2024-02-08 00:29:34 +05:30
parent 5b63cfde84
commit dbda320fd8
2 changed files with 28 additions and 1 deletions

View file

@ -516,7 +516,7 @@ require('mason-lspconfig').setup()
local servers = {
-- clangd = {},
-- gopls = {},
-- pyright = {},
pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },