From a3cc721ca3073289b1f35ba19c20073bf811a79a Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 27 Oct 2021 16:13:11 +0200 Subject: [PATCH] Need to modify man syntax explicitly. --- vim/syntax/man.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/syntax/man.vim diff --git a/vim/syntax/man.vim b/vim/syntax/man.vim new file mode 100644 index 0000000..cb42765 --- /dev/null +++ b/vim/syntax/man.vim @@ -0,0 +1,2 @@ +hi! Normal ctermbg=NONE guibg=NONE +hi! NonText ctermbg=NONE guibg=NONE