You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Tell the language server which version of Lua you're using
40
-
-- (most likely LuaJIT in the case of Neovim)
41
-
version = 'LuaJIT'
42
-
},
43
-
-- Make the server aware of Neovim runtime files
44
-
workspace = {
45
-
checkThirdParty = false,
46
-
library = {
47
-
vim.env.VIMRUNTIME
48
-
-- Depending on the usage, you might want to add additional paths here.
49
-
-- "${3rd}/luv/library"
50
-
-- "${3rd}/busted/library",
51
-
}
52
-
-- or pull in all of 'runtimepath'. NOTE: this is a lot slower and will cause issues when working on your own configuration (see https://github.com/neovim/nvim-lspconfig/issues/3189)
0 commit comments