diff options
Diffstat (limited to 'lsp/lua_ls.lua')
| -rw-r--r-- | lsp/lua_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/lua_ls.lua b/lsp/lua_ls.lua index 01038446..02021de7 100644 --- a/lsp/lua_ls.lua +++ b/lsp/lua_ls.lua @@ -85,6 +85,7 @@ return { filetypes = { 'lua' }, root_markers = vim.fn.has('nvim-0.11.3') == 1 and { root_markers1, root_markers2, { '.git' } } or vim.list_extend(vim.list_extend(root_markers1, root_markers2), { '.git' }), + ---@type lspconfig.settings.lua_ls settings = { Lua = { codeLens = { enable = true }, |
