nvim ty disable autoimports
This commit is contained in:
@@ -373,7 +373,7 @@ local function makespec_lspconfig()
|
|||||||
cmd = { "ty", "server" },
|
cmd = { "ty", "server" },
|
||||||
filetypes = { "python" },
|
filetypes = { "python" },
|
||||||
root_markers = { ".git" },
|
root_markers = { ".git" },
|
||||||
settings = { ty = { experimental = { rename = true } } },
|
settings = { ty = { completions = { autoImport = false }, experimental = { rename = true } } },
|
||||||
})
|
})
|
||||||
vim.lsp.config("pyrefly", {
|
vim.lsp.config("pyrefly", {
|
||||||
cmd = { "pyrefly", "lsp" },
|
cmd = { "pyrefly", "lsp" },
|
||||||
|
|||||||
Reference in New Issue
Block a user