From 7bf2768445cc4f36741efab17d5e8fac8c8dd831 Mon Sep 17 00:00:00 2001 From: Dan MacLeod Date: Mon, 28 Oct 2024 15:49:51 +1030 Subject: [PATCH] updated vimrc to be more basic --- .vimrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.vimrc b/.vimrc index 796852e..d881256 100644 --- a/.vimrc +++ b/.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