Added the popout window to see diagnostic
This commit is contained in:
parent
09b415812d
commit
f0c20713d1
@ -282,8 +282,13 @@ cmp.setup.cmdline('/', {
|
||||
{ name = 'buffer' }
|
||||
}
|
||||
})
|
||||
|
||||
EOF
|
||||
|
||||
" Added popout window to see diagnostic
|
||||
set updatetime=250
|
||||
autocmd! CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false, scope="cursor"})
|
||||
|
||||
" Neoformat
|
||||
let g:neoformat_try_formatprg = 1
|
||||
let g:neoformat_basic_format_trim = 1
|
||||
|
Loading…
Reference in New Issue
Block a user