Add pyright LSP

This commit is contained in:
2025-10-14 20:01:39 -07:00
parent 48fa477158
commit 438a745221
2 changed files with 60 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
vim.lsp.enable 'lua_ls'
vim.lsp.enable 'ts_ls'
vim.lsp.enable 'pyright'
vim.api.nvim_create_autocmd('LspAttach', {
callback = function(ev)