cofigure lua_ls

This commit is contained in:
Kristofers Solo 2023-03-16 00:10:23 +02:00
parent f36bc10c57
commit 24480e24a8

View File

@ -7,12 +7,12 @@ return {
},
diagnostics = {
-- Get the language server to recognize the `vim` global
globals = { "vim" },
},
workspace = {
-- Make the server aware of Neovim runtime files
library = vim.api.nvim_get_runtime_file("", true),
globals = { "vim", "awesome", "client" },
},
-- workspace = {
-- -- Make the server aware of Neovim runtime files
-- library = vim.api.nvim_get_runtime_file("", true),
-- },
-- Do not send telemetry data containing a randomized but unique identifier
telemetry = {
enable = false,