From 2c50e6e1c447d68fd2fcfbaea4085dcc71b112b6 Mon Sep 17 00:00:00 2001
From: Ekaitz Zárraga <ekaitz.zarraga@gmail.com>
Date: Mon, 24 Oct 2016 13:48:55 +0200
Subject: Move textwidth to the init.vim

---
 nvim/nvim/ftplugin/markdown.vim | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nvim/nvim/ftplugin/markdown.vim b/nvim/nvim/ftplugin/markdown.vim
index cfa7af7..f97c612 100644
--- a/nvim/nvim/ftplugin/markdown.vim
+++ b/nvim/nvim/ftplugin/markdown.vim
@@ -4,12 +4,6 @@ setlocal syntax=markdown
 setlocal spelllang=en
 setlocal spell
 
-" Textwidth for automatic wrap `gq` is formatting operation
-setlocal textwidth=79
-setlocal formatoptions+=t
-setlocal formatoptions-=l
-
-
 " Auto-capitalize script
 augroup SENTENCES
     au!
-- 
cgit v1.2.3