From 2b077497d84747c91ac96318bbb17ac9efe3ba6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 29 Oct 2020 01:50:44 +0300 Subject: set textwidth to 80 globally --- dotfiles/.config/nvim/init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/nvim/init.vim b/dotfiles/.config/nvim/init.vim index d30453c..08b01a4 100644 --- a/dotfiles/.config/nvim/init.vim +++ b/dotfiles/.config/nvim/init.vim @@ -43,6 +43,7 @@ call plug#end() set relativenumber set scrolloff=5 set colorcolumn=+1 + set textwidth=80 " Set screen title let &titlestring = "vim - " . expand("%:t") @@ -79,7 +80,7 @@ call plug#end() set statusline+=\[%{&fileformat}\] set statusline+=\ - " default indentation +" default indentation filetype plugin indent on set noexpandtab set copyindent -- cgit v1.2.3