Moved from LSP to Mason

This commit is contained in:
Kristofers Solo
2022-11-07 17:21:49 +02:00
parent 7cf129370e
commit dca22b880b
11 changed files with 171 additions and 92 deletions

View File

@@ -0,0 +1,9 @@
return {
settings = {
python = {
analysis = {
typeCheckingMode = "true",
},
},
},
}

View File

@@ -0,0 +1,18 @@
return {
settings = {
Lua = {
diagnostics = {
globals = { "vim" },
},
workspace = {
library = {
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
[vim.fn.stdpath("config") .. "/lua"] = true,
},
},
telemetry = {
enable = false,
},
},
},
}