feat(nvim): add neodev.nvim
This commit is contained in:
parent
403d88f161
commit
55d8df866b
2 changed files with 14 additions and 1 deletions
|
|
@ -160,6 +160,7 @@ lspconfig_setup("lua_ls", {
|
|||
runtime = {
|
||||
-- Tell the language server which version of Lua you're using (most likely LuaJIT in the case of Neovim)
|
||||
version = "LuaJIT",
|
||||
path = vim.split(package.path, ";"),
|
||||
},
|
||||
diagnostics = {
|
||||
-- Get the language server to recognize the `vim` global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue