vimrc icon indicating copy to clipboard operation
vimrc copied to clipboard

Add sourcing from my_configs/

Open artnim opened this issue 1 year ago • 0 comments

To enable structurizing of own stuff or using dotfile managers, this PR add the sourcing of *.vim files from the my_config/ directory. If the glob("~/.vim_runtime/my_configs/*.vim",1,1) list is empty, the ~/.vim_runtime/my_configs.vim is sourced as previously.

artnim avatar May 13 '24 09:05 artnim