nvim from deneb
This commit is contained in:
parent
1b9408c46e
commit
9c77d9b3fc
2 changed files with 12 additions and 8 deletions
|
|
@ -92,15 +92,15 @@ require'compe'.setup {
|
|||
};
|
||||
}
|
||||
|
||||
signature_cfg = {
|
||||
hint_enable = true,
|
||||
hint_prefix = "% ",
|
||||
handler_opts = {
|
||||
border = "none"
|
||||
},
|
||||
}
|
||||
--signature_cfg = {
|
||||
--hint_enable = true,
|
||||
--hint_prefix = "% ",
|
||||
--handler_opts = {
|
||||
--border = "none"
|
||||
--},
|
||||
--}
|
||||
|
||||
require'lsp_signature'.on_attach(signature_cfg)
|
||||
--require'lsp_signature'.on_attach(signature_cfg)
|
||||
|
||||
saga_cfg = {
|
||||
code_action_prompt = {
|
||||
|
|
@ -189,6 +189,9 @@ require('lspkind').init({
|
|||
--},
|
||||
})
|
||||
|
||||
--require('rust-tools').setup({
|
||||
--})
|
||||
|
||||
require('trouble').setup {
|
||||
mode = "document_diagnostics",
|
||||
auto_close = true,
|
||||
|
|
|
|||
1
.vimrc
1
.vimrc
|
|
@ -228,6 +228,7 @@ Plug 'nvim-treesitter/playground'
|
|||
|
||||
"Plug 'ggandor/lightspeed.nvim'
|
||||
Plug 'justinmk/vim-sneak'
|
||||
Plug 'simrat39/rust-tools.nvim'
|
||||
|
||||
Plug 'Shougo/unite.vim'
|
||||
" TODO: Look into Coqtail, same author
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue