Added inlay hints for lua and changed mappings
This commit is contained in:
@@ -32,6 +32,12 @@ return {
|
||||
on_attach = on_attach,
|
||||
settings = {
|
||||
Lua = {
|
||||
hint = {
|
||||
enable = true,
|
||||
},
|
||||
runtime = {
|
||||
version = "LuaJIT",
|
||||
},
|
||||
diagnostics = {
|
||||
globals = { "vim" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user