Changed: vimrc to ~/.config/vim
This commit is contained in:
parent
2eff456ae6
commit
16cb09c39c
|
@ -3,6 +3,9 @@ syntax on
|
||||||
set encoding=utf8
|
set encoding=utf8
|
||||||
set nobackup nowb noswapfile
|
set nobackup nowb noswapfile
|
||||||
|
|
||||||
|
set viminfo=
|
||||||
|
set runtimepath^=$HOME/.config/vim
|
||||||
|
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set autoindent expandtab smarttab tabstop=2 shiftwidth=2
|
set autoindent expandtab smarttab tabstop=2 shiftwidth=2
|
||||||
set so=7 " keep up to 7 lines visible during scrolling.
|
set so=7 " keep up to 7 lines visible during scrolling.
|
Loading…
Reference in New Issue
Block a user