Remove duplicate functions

This commit is contained in:
marvelman3284 2021-06-01 12:04:20 -04:00
parent 9e701f08d3
commit 07a169b16d
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ local sumneko_binary = USER .. "/.config/lua-language-server/bin/Linux/lua-langu
local lsp_installer = require'nvim-lsp-installer'
function common_on_attach(client, bufnr)
-- setup buffer keymaps etc.
end
local installed_servers = lsp_installer.get_installed_servers()
for _, server in pairs(installed_servers) do