nvim: lsp: Drop purescript language server
This commit is contained in:
parent
0b76ab242f
commit
8c69639144
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue