updated vimrc to be more basic

This commit is contained in:
Dan MacLeod
2024-10-28 15:49:51 +10:30
parent 317e2f6ac0
commit 7bf2768445

8
.vimrc
View File

@@ -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