Rewrote vim config
This commit is contained in:
parent
2b21087fd4
commit
5564d44953
4 changed files with 129 additions and 29 deletions
11
old/dotfiles/vimrc
Normal file
11
old/dotfiles/vimrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
set runtimepath+=~/.vim_runtime
|
||||
|
||||
source ~/.vim_runtime/vimrcs/basic.vim
|
||||
source ~/.vim_runtime/vimrcs/filetypes.vim
|
||||
source ~/.vim_runtime/vimrcs/plugins_config.vim
|
||||
source ~/.vim_runtime/vimrcs/extended.vim
|
||||
|
||||
try
|
||||
source ~/.vim_runtime/my_configs.vim
|
||||
catch
|
||||
endtry
|
Loading…
Add table
Add a link
Reference in a new issue