Adding new stuff
This commit is contained in:
parent
e8390f0eae
commit
d30159df42
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
|
@ -486,3 +486,8 @@ autocmd FileType markdown syntax sync fromstart
|
|||
set cursorline
|
||||
set scrolloff=3
|
||||
set sidescrolloff=3
|
||||
|
||||
" Easier line joining
|
||||
if v:version > 703 || v:version == 703 && has('patch541')
|
||||
set formatoptions+=j
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue