nvim: lsp_signature works batter now, and there's a new commenting plugin
This commit is contained in:
parent
6de33435fa
commit
1fd0917970
3 changed files with 13 additions and 10 deletions
|
@ -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 >>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue