Update .vimrc

This commit is contained in:
Roland Thomas 2023-04-20 23:24:37 -04:00
parent 9f9b506cb9
commit 37ff66c357
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -8,7 +8,7 @@ set shiftwidth=4
set expandtab set expandtab
set copyindent set copyindent
set number set number relativenumber
set laststatus=2 set laststatus=2
@ -26,6 +26,7 @@ Plug 'tpope/vim-surround'
Plug 'ryanoasis/vim-devicons' Plug 'ryanoasis/vim-devicons'
Plug 'xuhdev/vim-latex-live-preview' Plug 'xuhdev/vim-latex-live-preview'
Plug 'rust-lang/rust.vim' Plug 'rust-lang/rust.vim'
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
call plug#end() call plug#end()
colorscheme nord colorscheme nord