Skip to content

Commit

Permalink
vim
Browse files Browse the repository at this point in the history
  • Loading branch information
kabouzeid committed Jan 2, 2025
1 parent 810c9d6 commit a34bc2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions home/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

scriptencoding utf-8

if filereadable(expand('~/.vim/before.local.vim'))
source ~/.vim/before.local.vim
endif

" options {{{

set termguicolors
Expand Down Expand Up @@ -62,6 +66,6 @@ nnoremap U <C-r>
" }}}

if filereadable(expand('~/.vim/local.vim'))
source ~/.vim/local.vim
if filereadable(expand('~/.vim/after.local.vim'))
source ~/.vim/after.local.vim
endif

0 comments on commit a34bc2a

Please sign in to comment.