Update clang-format path
This commit is contained in:
parent
e05e73d0f5
commit
5ae066465c
@ -178,8 +178,8 @@ if s:running_windows
|
|||||||
map <C-I> :pyf $home/clang-format.py<CR>
|
map <C-I> :pyf $home/clang-format.py<CR>
|
||||||
imap <C-I> <ESC>:pyf $home/clang-format.py<CR>i
|
imap <C-I> <ESC>:pyf $home/clang-format.py<CR>i
|
||||||
else
|
else
|
||||||
map <C-I> :py3f ~/Loki/Tools/dqndev/unix/clang-format.py<CR>
|
map <C-I> :py3f ~/.vim/clang-format.py<CR>
|
||||||
imap <C-I> <ESC>:py3f ~/Loki/Tools/dqndev/unix/clang-format.py<CR>i
|
imap <C-I> <ESC>:py3f ~/.vim/clang-format.py<CR>i
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Increase font size using (Ctrl+Up Arrow) or (Ctrl+Down Arrow) if we are using
|
" Increase font size using (Ctrl+Up Arrow) or (Ctrl+Down Arrow) if we are using
|
||||||
|
Loading…
Reference in New Issue
Block a user