Yet another attempt to fix vim margins
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
syntax on
|
syntax on
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
set spell
|
set spell
|
||||||
colorscheme vim
|
set notermguicolors
|
||||||
|
|
||||||
" Margins
|
" Margins
|
||||||
set foldcolumn=2
|
set foldcolumn=2
|
||||||
autocmd ColorScheme * highlight FoldColumn guibg=background
|
highlight FoldColumn ctermbg=NONE
|
||||||
|
|
||||||
" Line wrapping in Markdown files
|
" Line wrapping in Markdown files
|
||||||
autocmd FileType markdown setlocal linebreak
|
autocmd FileType markdown setlocal linebreak
|
||||||
|
|||||||
Reference in New Issue
Block a user