From d9002f85dfb83f22d47c0d2a94a365b03843c137 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 31 Jan 2023 23:47:25 +0000 Subject: remove the colorcol setting from java.vim, colorcol has a way to offset from textwidth --- ftplugin/java.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/java.vim b/ftplugin/java.vim index 8051b69..238ca22 100644 --- a/ftplugin/java.vim +++ b/ftplugin/java.vim @@ -1,5 +1 @@ -if &colorcolumn != "" - setl colorcolumn=101 -endif - setl textwidth=100 -- cgit