Neovim: add LSP signature and change cmp setting
This commit is contained in:
@ -21,8 +21,8 @@ opt.timeoutlen = 500
|
||||
opt.ts = 4
|
||||
-- opt.wrap = false
|
||||
|
||||
-- :FormatJson command using jq
|
||||
cmd 'autocmd FileType json :command! FormatJson %!jq .'
|
||||
-- :JsonFormat command using jq
|
||||
cmd 'autocmd FileType json :command! JsonFormat %!jq .'
|
||||
|
||||
-- trigger autoread on file change
|
||||
cmd "autocmd FocusGained,BufEnter,CursorHold,CursorHoldI * if mode() != 'c' | checktime | endif"
|
||||
|
||||
Reference in New Issue
Block a user