diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2021-06-04 02:14:41 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2021-06-04 02:14:41 -0700 |
| commit | 690ed1048dc0c3d7e995f59de18f3b3653ec7ca1 (patch) | |
| tree | 158b1e0823b80e761f369e108aa725237979b74f /vim/vimrc | |
| parent | 7c7ba7386d79c81beb2de39a25b14f77e005b763 (diff) | |
updated configs
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> |
