diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-07-21 14:46:11 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-07-21 14:46:11 +0200 |
commit | f73e9343456622bd773732a93e6831f58aa9302b (patch) | |
tree | a5186d05581b64d2bebd4947a6673e8532a4477c | |
parent | 0eb313447b77180e1aa08c164cc74863f5af6e08 (diff) |
Remove line wrapping in html
-rw-r--r-- | nvim/nvim/ftplugin/html.vim | 8 | ||||
-rw-r--r-- | vim/.vim/ftplugin/html.vim | 8 |
2 files changed, 0 insertions, 16 deletions
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 diff --git a/vim/.vim/ftplugin/html.vim b/vim/.vim/ftplugin/html.vim index fb854a7..cde3013 100644 --- a/vim/.vim/ftplugin/html.vim +++ b/vim/.vim/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 |