Filter file instead of plugin

This commit is contained in:
Anthony Rose 2023-05-18 22:55:03 +01:00
parent 3454e39611
commit c7b36e1e5d

10
vimrc
View file

@ -50,16 +50,16 @@ nnoremap <F2> :call ACPActodoTodo()<CR>
nnoremap <F3> :NERDTreeToggle<CR>
nnoremap <F4> :vsplit<CR>
nnoremap <F7> :call ACPToggleSpellEnUs()<CR>
nnoremap <F9> :py3file /usr/share/clang/clang-format-*/clang-format.py<CR>
nnoremap <F9> :%!clang-format<CR>
nnoremap <Leader>B :bprevious<CR>
nnoremap <Leader>b :bnext<CR>
nnoremap <Leader>d <Plug>(coc-definition)
nnoremap <S-F11> :call ACPToggleMargins()<CR>
nnoremap <S-F2> :call ACPAdocTodo()<CR>
nnoremap <S-F4> :split<CR>
nnoremap <S-F7> :call ACPToggleSpellEnGb()<CR>
nnoremap <S-F9> :%!clang-format --style=file<CR>
nnoremap <Leader>B :bprevious<CR>
nnoremap <Leader>b :bnext<CR>
nnoremap <Leader>d <Plug>(coc-definition)
vnoremap <F9> :!clang-format<CR>
map <C-ScrollWheelDown> <C-F>
map <C-ScrollWheelUp> <C-B>