nvim ty disable autoimports

This commit is contained in:
Henrik Bakken
2026-05-09 02:01:02 +02:00
parent 1c8d5284ca
commit 2914b79ded
+1 -1
View File
@@ -373,7 +373,7 @@ local function makespec_lspconfig()
cmd = { "ty", "server" },
filetypes = { "python" },
root_markers = { ".git" },
settings = { ty = { experimental = { rename = true } } },
settings = { ty = { completions = { autoImport = false }, experimental = { rename = true } } },
})
vim.lsp.config("pyrefly", {
cmd = { "pyrefly", "lsp" },