mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-27 01:23:35 +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
|