Add Trouble for LSP diagnostics display
This commit is contained in:
parent
1441dd27a2
commit
671dbd3bf9
3 changed files with 17 additions and 0 deletions
8
init.vim
8
init.vim
|
@ -122,3 +122,11 @@ noremap <C-Up> :call AdjustFontSize(1)<CR>
|
|||
noremap <C-Down> :call AdjustFontSize(-1)<CR>
|
||||
inoremap <C-Up> <Esc>:call AdjustFontSize(1)<CR>a
|
||||
inoremap <C-Down> <Esc>:call AdjustFontSize(-1)<CR>a
|
||||
|
||||
lua << EOF
|
||||
require("trouble").setup {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue