better actions and filer
This commit is contained in:
parent
8aeae726ed
commit
97abb8d8b6
2 changed files with 106 additions and 4 deletions
|
|
@ -40,6 +40,26 @@ require'compe'.setup {
|
|||
};
|
||||
}
|
||||
|
||||
signature_cfg = {
|
||||
hint_enable = true,
|
||||
hint_prefix = "% ",
|
||||
handler_opts = {
|
||||
border = "none"
|
||||
},
|
||||
}
|
||||
|
||||
require'lsp_signature'.on_attach(signature_cfg)
|
||||
|
||||
saga_cfg = {
|
||||
code_action_prompt = {
|
||||
enable = false,
|
||||
sign = false,
|
||||
virtual_text = false,
|
||||
},
|
||||
}
|
||||
require'lspsaga'.init_lsp_saga(saga_cfg)
|
||||
|
||||
|
||||
local t = function(str)
|
||||
return vim.api.nvim_replace_termcodes(str, true, true, true)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue