feat(neovim): add lspfuzzy
This commit is contained in:
parent
594e74dd43
commit
75570d67df
4 changed files with 41 additions and 14 deletions
home/editors/neovim
|
@ -46,6 +46,7 @@ in {
|
|||
# lsp
|
||||
nvim-lspconfig
|
||||
nvim-lightbulb
|
||||
nvim-lspfuzzy
|
||||
|
||||
# dap
|
||||
nvim-dap
|
||||
|
|
|
@ -18,6 +18,8 @@ local diagnosticls_on_attach = function(_, bufnr)
|
|||
"au BufWritePre <buffer> lua vim.lsp.buf.formatting_seq_sync(nil, nil, { 'tsserver', 'diagnosticls' })")
|
||||
end
|
||||
|
||||
require('lspfuzzy').setup {}
|
||||
|
||||
-- enable lsp snippets for nvim-compe
|
||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
capabilities.textDocument.completion.completionItem.snippetSupport = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue