diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-11-10 19:29:17 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-11-10 19:29:17 +0100 |
commit | bf8de80b53ff4e1bcc1d3593fc3ef997427c00a3 (patch) | |
tree | d09e7afa3139d4172af74201d4c8bbb42c1d8e2b /nvim | |
parent | 58127a86b3ba3fa416abae09142201ff2f6fc6be (diff) | |
parent | 8bd522f21d393b4db0ab9cf4216f5ff3794928eb (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'nvim')
-rw-r--r-- | nvim/nvim/ftplugin/markdown.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/nvim/ftplugin/markdown.vim b/nvim/nvim/ftplugin/markdown.vim index f97c612..b85b977 100644 --- a/nvim/nvim/ftplugin/markdown.vim +++ b/nvim/nvim/ftplugin/markdown.vim @@ -12,7 +12,7 @@ augroup END " Highlight spelling errors in red and underline hi clear SpellBad -hi SpellBad cterm=underline ctermfg=Red +hi SpellBad cterm=underline ctermfg=Red guifg=Red gui=underline " Tabs to 2 spaces set tabstop=2 softtabstop=0 expandtab shiftwidth=2 |