Vim
This commit is contained in:
parent
baecd8d195
commit
67013a0a19
2 changed files with 4 additions and 2 deletions
4
dotfiles/vim_runtime/my_configs.vim
Normal file
4
dotfiles/vim_runtime/my_configs.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
set nu
|
||||
|
||||
syntax enable
|
||||
set background=dark
|
|
@ -5,8 +5,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue