aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8b12486..ae9a09c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -14,7 +14,7 @@ Plugin 'scrooloose/nerdcommenter'
Plugin 'junegunn/fzf'
Plugin 'junegunn/fzf.vim'
Plugin 'tpope/vim-sensible'
-Plugin 'lervag/vimtex'
+"Plugin 'lervag/vimtex'
Plugin 'arcticicestudio/nord-vim'
call vundle#end()
@@ -77,7 +77,7 @@ set spell spelllang=en_us
" Show match count
set shortmess-=S
-set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
+"set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
" Mappings
nnoremap \f :FZFLib<CR>