Skip to content

Commit

Permalink
update config for pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Nov 6, 2024
1 parent fe3d5e5 commit 1141a18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/config/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ if utils.executable('pyright') then
lspconfig.pyright.setup {
cmd = { "delance-langserver", "--stdio" },
on_attach = custom_attach,
-- capabilities = merged_capability,
capabilities = capabilities,
capabilities = merged_capability,
settings = {
pyright = {
-- disable import sorting and use Ruff for this
Expand Down

0 comments on commit 1141a18

Please sign in to comment.