diff --git a/nvimrc b/nvimrc index 1bdcdd5..2ff5c0c 100644 --- a/nvimrc +++ b/nvimrc @@ -584,7 +584,7 @@ EOF " LSP packadd! nvim-lspconfig " https://github.com/neovim/nvim-lspconfig.git -packadd! lsp_signature.nvim " https://github.com/ray-x/lsp_signature.nvim.git +" packadd! lsp_signature.nvim " https://github.com/ray-x/lsp_signature.nvim.git packadd! fzf-lsp.nvim " https://github.com/gfanto/fzf-lsp.nvim.git lua <fci', 'IncomingCalls', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', 'fco', 'OutgoingCalls', opts) - require 'lsp_signature'.on_attach({ - hint_enable = false, - }) + -- require 'lsp_signature'.on_attach({ + -- hint_enable = false, + -- }) end -- Go