summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-06-07 19:26:31 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-06-07 19:26:31 +0200
commit786b5f6ed31784094113f0b7e0bc5f3f0e59e257 (patch)
treee3d8add0c66a0da3d1eb667f888d1309eb7d05ac /.vim
parent5d6e657ee76885438acd774e5ad100781ae5e3c0 (diff)
removed unused aliases, changed resolution added globbing to vimHEADmaster
Diffstat (limited to '.vim')
-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'