updated vimrc to be more basic
This commit is contained in:
8
.vimrc
8
.vimrc
@@ -10,8 +10,6 @@ syntax on
|
||||
|
||||
" basic functions
|
||||
set number
|
||||
set cursorline
|
||||
set termguicolors
|
||||
set nowrap
|
||||
set showcmd
|
||||
set history=1000
|
||||
@@ -28,9 +26,3 @@ set incsearch
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set hlsearch
|
||||
|
||||
" theme
|
||||
colorscheme catppuccin_macchiato
|
||||
|
||||
" plugins
|
||||
autocmd VimEnter * NERDTree
|
||||
|
||||
Reference in New Issue
Block a user