fixing lua
This commit is contained in:
parent
14a22f5b34
commit
111cea00ab
4
init.lua
4
init.lua
|
|
@ -551,6 +551,10 @@ require("lazy").setup({
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
workspace = {
|
||||||
|
library = vim.api.nvim_get_runtime_file("", true),
|
||||||
|
checkThirdParty = false,
|
||||||
|
},
|
||||||
completion = {
|
completion = {
|
||||||
callSnippet = "Replace",
|
callSnippet = "Replace",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue