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:
parent
041db92c0b
commit
942c9bb3d3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue