From f73e9343456622bd773732a93e6831f58aa9302b Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 21 Jul 2016 14:46:11 +0200 Subject: Remove line wrapping in html --- nvim/nvim/ftplugin/html.vim | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nvim') diff --git a/nvim/nvim/ftplugin/html.vim b/nvim/nvim/ftplugin/html.vim index fb854a7..cde3013 100644 --- a/nvim/nvim/ftplugin/html.vim +++ b/nvim/nvim/ftplugin/html.vim @@ -1,12 +1,4 @@ setlocal tabstop=2 softtabstop=0 expandtab shiftwidth=2 setlocal autoindent -" Test some wrapping on the html -setlocal textwidth=79 -setlocal formatoptions+=t - -" Highlight where the lines are more than 80 characters wide -setlocal colorcolumn=80 -highlight ColorColumn ctermbg=LightGreen - setlocal foldmethod=indent -- cgit v1.2.3