mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] don't set formatexpr
This commit is contained in:
parent
f0619a1699
commit
955559db5e
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ endif
|
||||||
augroup vimrc-coc
|
augroup vimrc-coc
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType * if IsCocEnabled()
|
autocmd FileType * if IsCocEnabled()
|
||||||
\|let &l:formatexpr = "CocAction('formatSelected')"
|
|
||||||
\|let &l:keywordprg = ":CocKeywordprg"
|
\|let &l:keywordprg = ":CocKeywordprg"
|
||||||
\|endif
|
\|endif
|
||||||
autocmd User CocJumpPlaceholder call CocActionAsync('showSignatureHelp')
|
autocmd User CocJumpPlaceholder call CocActionAsync('showSignatureHelp')
|
||||||
|
|
Loading…
Reference in a new issue