Fix underlining in solarized and add wordy plugin

This commit is contained in:
Tony Grosinger 2018-01-29 21:59:34 -08:00
parent 58ebe55dea
commit 3b61b13794
2 changed files with 3 additions and 1 deletions

View File

@ -360,7 +360,7 @@ endif
let s:none = "NONE"
let s:t_none = "NONE"
let s:n = "NONE"
let s:c = ",undercurl"
let s:c = ",underline"
let s:r = ",reverse"
let s:s = ",standout"
let s:ou = ""

2
.vimrc
View File

@ -46,6 +46,8 @@ augroup pencil
autocmd FileType text call pencil#init()
augroup END
Plug 'reedes/vim-wordy'
" Syntax Checking {{{1
Plug 'vim-syntastic/syntastic'