mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 17:26:27 +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()
|
||||
if luadev ~= nil then
|
||||
opts.settings = luadev.settings
|
||||
print(vim.inspect(opts.settings.Lua))
|
||||
end
|
||||
end
|
||||
server:setup(opts)
|
||||
|
Loading…
Reference in New Issue
Block a user