diff options
-rw-r--r-- | .vimrc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -102,13 +102,6 @@ set sidescroll=1 " ================ Addons and their settings ======================== so ~/.vim/addons-settings.vim " addon settings -so ~/.vim/custom-settings.vim " custom settings -so ~/.vim/custom-functions.vim " custom functions - -" custom, untracked settings -if filereadable(expand("~/.vim/untracked-settings.vim")) - so ~/.vim/untracked-settings.vim -endif " colors colorscheme pablo |