Added margins to vim buffers
This commit is contained in:
@@ -6,6 +6,10 @@ set noerrorbells
|
|||||||
set spell
|
set spell
|
||||||
colorscheme vim
|
colorscheme vim
|
||||||
|
|
||||||
|
" Margins
|
||||||
|
foldcolumn=2
|
||||||
|
highlight FoldColumn guibg=background
|
||||||
|
|
||||||
" Line wrapping in Markdown files
|
" Line wrapping in Markdown files
|
||||||
autocmd FileType markdown setlocal linebreak
|
autocmd FileType markdown setlocal linebreak
|
||||||
autocmd FileType markdown noremap j gj
|
autocmd FileType markdown noremap j gj
|
||||||
|
|||||||
Reference in New Issue
Block a user