From a49915474755bfc8e3ff3b1e4b87cf6fa344df84 Mon Sep 17 00:00:00 2001 From: djib Date: Tue, 1 Oct 2019 22:29:01 +0200 Subject: [PATCH] Fix .js config --- vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index e941bd9..f157334 100644 --- a/vimrc +++ b/vimrc @@ -51,18 +51,18 @@ colorscheme gruvbox set tabstop=4 set softtabstop=4 set shiftwidth=0 -set textwidth=79 +" set textwidth=79 set autoindent set smarttab autocmd filetype python set expandtab -au BufNewFile,BufRead *.js, *.html, *.css - \ set tabstop=2 - \ set softtabstop=2 +au BufNewFile,BufRead *.js, *.html, *.css, *.json + \ set tabstop=2 | + \ set softtabstop=2 | \ set shiftwidth=2 " Display set list -set list listchars=tab:▷⋅,trail:⋅,nbsp:⋅ +set list listchars=tab:\|·,trail:⋅,nbsp:⋅ " set nowrap set hlsearch set incsearch