nvim: I seriously don't know why git thinks this is a change

and I'm too lazy to look into it
This commit is contained in:
PowerUser64 2021-12-03 01:03:00 -08:00
parent 041db92c0b
commit 942c9bb3d3

View file

@ -264,7 +264,7 @@ M.lspconfig = function()
local runtime_path = vim.split(package.path, ';')
table.insert(runtime_path, 'lua/?.lua')
table.insert(runtime_path, 'lua/?/init.lua')
require('lspconfig').sumneko_lua.setup {
cmd = { sumneko_binary, '-E', sumneko_root_path .. '/main.lua' },
on_attach = on_attach,