This commit is contained in:
Roland Thomas 2023-02-09 00:06:59 -05:00
parent ab452a5027
commit 8c7a1f8a3a
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -1,6 +1,7 @@
syntax enable syntax enable
filetype plugin indent on filetype plugin indent on
set encoding=UTF-8
set smartindent set smartindent
set tabstop=4 set tabstop=4
set shiftwidth=4 set shiftwidth=4
@ -22,6 +23,7 @@ Plug 'ycm-core/YouCompleteMe'
Plug 'preservim/nerdtree' Plug 'preservim/nerdtree'
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
Plug 'ryanoasis/vim-devicons'
call plug#end() call plug#end()
colorscheme nord colorscheme nord