summaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index e220111..7f6c0ee 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -1,6 +1,11 @@
-filetype plugin indent on
syntax enable
+filetype plugin on
+
set nocompatible
+
+set path+=**
+set wildmenu
+
set modeline
set modelines=5
set nobackup
@@ -20,7 +25,6 @@ let $RC="$HOME/.vim/vimrc"
call plug#begin()
Plug 'dracula/vim', { 'as': 'dracula' }
-Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
Plug 'NLKNguyen/papercolor-theme'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-surround'