nvim: lsp: Drop purescript language server

This commit is contained in:
Sanchayan Maity 2020-10-23 13:33:44 +05:30
parent 0b76ab242f
commit 8c69639144

View file

@ -71,7 +71,7 @@ local on_attach = function(client, bufnr)
vim.api.nvim_buf_set_keymap(bufnr, 'n', ']D', ':NextDiagnosticCycle<CR>', opts)
end
local servers = { 'hls', 'purescriptls', 'rust_analyzer' }
local servers = { 'hls', 'rust_analyzer' }
for _, lsp in ipairs(servers) do
lsp_status.register_progress()
lsp_status.config({