Added inlay hints for lua and changed mappings

This commit is contained in:
2024-09-15 19:26:39 +02:00
parent 017ef3f275
commit 315b02b932
2 changed files with 10 additions and 4 deletions

View File

@@ -32,6 +32,12 @@ return {
on_attach = on_attach,
settings = {
Lua = {
hint = {
enable = true,
},
runtime = {
version = "LuaJIT",
},
diagnostics = {
globals = { "vim" },
},