fix(lsp.python): only call default on_attach once
This commit is contained in:
+2
-1
@@ -419,7 +419,8 @@ function M.setup()
|
|||||||
})
|
})
|
||||||
|
|
||||||
vim.lsp.config("pyright", {
|
vim.lsp.config("pyright", {
|
||||||
on_attach = M.with_defaults("pyright"),
|
-- Handled in ruff instead
|
||||||
|
-- on_attach = M.with_defaults("pyright"),
|
||||||
settings = {
|
settings = {
|
||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
|
|||||||
Reference in New Issue
Block a user