mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 17:18:01 +00:00
5 lines
177 B
VimL
5 lines
177 B
VimL
" Note: Skip initialization for vim-tiny or vim-small.
|
|
if 1
|
|
" execute 'source' fnamemodify(expand('<sfile>'), ':h').'/config/vimrc'
|
|
source ~/.config/nvim/config/vimrc
|
|
endif
|