[nvim,zsh] Set up pyright LSP for Python development
This commit is contained in:
parent
64ae7ed11f
commit
47a622250f
3 changed files with 18 additions and 0 deletions
|
@ -57,6 +57,11 @@ lspconfig.lua_ls.setup {
|
|||
},
|
||||
}
|
||||
|
||||
lspconfig.pyright.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = cmp_capabilities,
|
||||
}
|
||||
|
||||
lspconfig.tailwindcss.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = cmp_capabilities,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue