Remove duplicate functions
This commit is contained in:
parent
9e701f08d3
commit
07a169b16d
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ local sumneko_binary = USER .. "/.config/lua-language-server/bin/Linux/lua-langu
|
||||||
|
|
||||||
local lsp_installer = require'nvim-lsp-installer'
|
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()
|
local installed_servers = lsp_installer.get_installed_servers()
|
||||||
|
|
||||||
for _, server in pairs(installed_servers) do
|
for _, server in pairs(installed_servers) do
|
||||||
|
|
Loading…
Reference in a new issue