WIP: Move to vim.lsp
This commit is contained in:
parent
0b367e1656
commit
d3945cc621
9 changed files with 348 additions and 41 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"diagnostics.globals": [
|
||||
"vim",
|
||||
"Snacks"
|
||||
]
|
||||
}
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||
"diagnostics.globals": ["vim", "Snacks"],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": ["$VIMRUNTIME"]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue