Initial Commit
This commit is contained in:
commit
18da9560c6
31 changed files with 769 additions and 0 deletions
7
lua/lsp/lua.lua
Normal file
7
lua/lsp/lua.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = { "vim", "describe", "it", "before_each", "after_each", "packer_plugins", "MiniTest", "Snacks" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue