From 1b5b78fdac6c8182f583d4875c621c6e6566182b Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Tue, 26 Feb 2019 20:31:15 -0500 Subject: fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing --- modules/theme.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/theme.vim') diff --git a/modules/theme.vim b/modules/theme.vim index e302aee9..164e7356 100644 --- a/modules/theme.vim +++ b/modules/theme.vim @@ -10,7 +10,7 @@ colorscheme codedark "color space-vim-dark " gray comments -hi Comment guifg=#5C6370 ctermfg=59 +""hi Comment guifg=#5C6370 ctermfg=59 " this will show italics if your terminal supports that hi Comment cterm=italic -- cgit v1.2.3