mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 04:17:37 +00:00
Remove extra print on lua ls
This commit is contained in:
parent
62d43d5096
commit
fdc27ee719
@ -255,7 +255,6 @@ function M.config_lsp_intaller()
|
|||||||
local luadev = get_luadev_config()
|
local luadev = get_luadev_config()
|
||||||
if luadev ~= nil then
|
if luadev ~= nil then
|
||||||
opts.settings = luadev.settings
|
opts.settings = luadev.settings
|
||||||
print(vim.inspect(opts.settings.Lua))
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
server:setup(opts)
|
server:setup(opts)
|
||||||
|
Loading…
Reference in New Issue
Block a user