Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 29, 2024
1 parent c87308a commit 0154bb2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .vim/bundle/Vundle.vim
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/clang_complete
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/ctrlp.vim
Submodule ctrlp.vim updated 1 files
+7 βˆ’3 autoload/ctrlp/tag.vim
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/nerdtree
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/vim-airline-themes
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/vim-dispatch
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/vim-endwise
Submodule vim-endwise updated 1 files
+6 βˆ’3 plugin/endwise.vim
2 changes: 1 addition & 1 deletion .vim/pack/dist/start/vim-fugitive
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ highlight BadWhitespace ctermbg=red guibg=darkred
autocmd BufRead,BufNewFile * match BadWhitespace /\s\+$/

" Disable Copilot by default
au BufNewFile,BufRead * :Copilot disable
au BufNewFile,BufRead * Copilot disable

" }}}
" Gvim {{{
Expand Down

0 comments on commit 0154bb2

Please sign in to comment.