nvim: lsp_signature works batter now, and there's a new commenting plugin

This commit is contained in:
PowerUser64 2021-10-27 04:40:14 -07:00
parent 6de33435fa
commit 1fd0917970
3 changed files with 13 additions and 10 deletions

View file

@ -2,10 +2,10 @@ local M = {}
-- lsp_signature >>>
M.signature = function()
require "lsp_signature".setup()
cfg = {
Gse_lspsaga = true
toggle_key = '<M-x>'
}
require "lsp_signature".setup(cfg)
end -- <<<
-- lspinstall >>>