mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-22 15:33:09 +01:00
12 lines
157 B
VimL
12 lines
157 B
VimL
" Import Plugins
|
|
source ~/.vim/plugins.vim
|
|
|
|
" Main Vim config
|
|
source ~/.vim/editor.vim
|
|
|
|
" Handle conditions based on file type
|
|
source ~/.vim/filetype.vim
|
|
|
|
|
|
|