require pluginmanager first + fix some lua LSP issues

This commit is contained in:
Marko Korhonen 2021-02-02 19:06:05 +02:00
parent aa98e13e44
commit 6715c05519
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 4 additions and 3 deletions

View file

@ -4,10 +4,9 @@ require'lspconfig'.rust_analyzer.setup {
}
-- Lua
local sumneko_binary = '/usr/bin/lua-language-server'
require'lspconfig'.sumneko_lua.setup {
on_attach = require'completion'.on_attach,
cmd = {sumneko_binary},
cmd = {'/usr/bin/lua-language-server'},
settings = {
Lua = {
runtime = {