feat(neovim): remove nvim-lspfuzzy

This commit is contained in:
Felix Schröter 2022-05-03 20:44:25 +02:00
parent 832631be55
commit a168a4e1ab
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 1 additions and 26 deletions
home/editors/neovim

View file

@ -52,7 +52,6 @@ in {
# lsp
nvim-lspconfig
nvim-lightbulb
nvim-lspfuzzy
# dap
nvim-dap

View file

@ -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()