remove LSP for testing

This commit is contained in:
Benjamin Kyd
2023-02-21 16:56:11 +00:00
parent e70738b041
commit 1dd81f5fc9
4 changed files with 16 additions and 53 deletions

View File

@@ -24,14 +24,6 @@ installServers({'angularls', 'bashls', 'dockerls', 'lua_ls', 'pyright', 'jsonls'
lsp_installer.on_server_ready(function(server)
local opts = {}
-- (optional) Customize the options passed to the server
-- if server.name == "tsserver" then
-- opts.root_dir = function() ... end
-- end
if server.name == 'lua_ls' then
opts = require'lsp-server-config.lua'
end
-- This setup() function is exactly the same as lspconfig's setup function.
-- Refer to https://github.com/neovim/nvim-lspconfig/blob/master/ADVANCED_README.md
server:setup(opts)