refactor: lint and dap
This commit is contained in:
parent
a9cb122592
commit
7785311043
46 changed files with 2453 additions and 0 deletions
16
nivm/settings/lsp_config/sumneko_lua.lua
Normal file
16
nivm/settings/lsp_config/sumneko_lua.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
settings = {
|
||||
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = { "vim" },
|
||||
},
|
||||
workspace = {
|
||||
library = {
|
||||
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
|
||||
[vim.fn.stdpath("config") .. "/lua"] = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue