dfkdj
This commit is contained in:
parent
9816bfb18d
commit
46edf6566d
4 changed files with 11 additions and 1 deletions
7
init.vim
7
init.vim
|
@ -51,3 +51,10 @@ let g:coc_snippet_next = '<tab>'
|
|||
highlight LineNr guifg=#fcc35a
|
||||
set noexpandtab
|
||||
|
||||
if has('python')
|
||||
map <C-K> :pyf /usr/share/clang/clang-format.py<cr>
|
||||
imap <C-K> <c-o>:pyf /usr/share/clang/clang-format.py<cr>
|
||||
elseif has('python3')
|
||||
map <C-K> :py3f /usr/share/clang/clang-format.py<cr>
|
||||
imap <C-K> <c-o>:py3f /usr/share/clang/clang-format.py<cr>
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue