feat(neovim): remove nvim-lspfuzzy
This commit is contained in:
parent
832631be55
commit
a168a4e1ab
4 changed files with 1 additions and 26 deletions
home/editors/neovim
|
@ -52,7 +52,6 @@ in {
|
|||
# lsp
|
||||
nvim-lspconfig
|
||||
nvim-lightbulb
|
||||
nvim-lspfuzzy
|
||||
|
||||
# dap
|
||||
nvim-dap
|
||||
|
|
|
@ -16,7 +16,6 @@ local diagnosticls_on_attach = function(_, bufnr)
|
|||
"au BufWritePre <buffer> lua vim.lsp.buf.formatting_seq_sync(nil, nil, { 'tsserver', 'diagnosticls' })")
|
||||
end
|
||||
|
||||
require('lspfuzzy').setup {}
|
||||
|
||||
local config = require'lspconfig'
|
||||
local capabilities_ = vim.lsp.protocol.make_client_capabilities()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue