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