switch from nvimtree to neotree
This commit is contained in:
parent
615e8a4aae
commit
690372bd88
13 changed files with 69 additions and 69 deletions
|
|
@ -1,6 +1,10 @@
|
|||
return {
|
||||
'ray-x/lsp_signature.nvim',
|
||||
config = function()
|
||||
require('lsp_signature').setup {}
|
||||
config = function()
|
||||
local cfg = {
|
||||
floating_window_above_cur_line = true,
|
||||
doc_lines = 0,
|
||||
}
|
||||
require('lsp_signature').setup(cfg)
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue