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