Added vimrc configuration
This commit is contained in:
parent
3bfff10b77
commit
baecd8d195
1 changed files with 13 additions and 0 deletions
13
dotfiles/vimrc
Normal file
13
dotfiles/vimrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
|
||||
set nu
|
||||
|
||||
try
|
||||
source ~/.vim_runtime/my_configs.vim
|
||||
catch
|
||||
endtry
|
Loading…
Reference in a new issue