mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
format own changes in init
This commit is contained in:
14
init.lua
14
init.lua
@@ -412,19 +412,17 @@ local servers = {
|
||||
-- pyright = {},
|
||||
rust_analyzer = {
|
||||
check = {
|
||||
command = "clippy"
|
||||
}
|
||||
command = 'clippy',
|
||||
},
|
||||
},
|
||||
tsserver = {
|
||||
diagnostics = {
|
||||
ignoredCodes = {
|
||||
7016 -- Could not find a declaration file for module
|
||||
}
|
||||
}
|
||||
},
|
||||
stylelint_lsp = {
|
||||
|
||||
7016, -- Could not find a declaration file for module
|
||||
},
|
||||
},
|
||||
},
|
||||
stylelint_lsp = {},
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
workspace = { checkThirdParty = false },
|
||||
|
||||
Reference in New Issue
Block a user