diff options
Diffstat (limited to 'vim/vimrc')
| -rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
