dotfiles/vim/vimrc

12 lines
157 B
VimL
Raw Normal View History

" Import Plugins
2021-02-01 12:24:26 +01:00
source ~/.vim/plugins.vim
" Main Vim config
source ~/.vim/editor.vim
2021-02-01 12:24:26 +01:00
" Handle conditions based on file type
source ~/.vim/filetype.vim
2021-02-01 12:24:26 +01:00