add vim config

This commit is contained in:
2026-02-28 21:08:39 +01:00
parent 3e79476b5d
commit 786ea69867

20
vim/.config/vim/vimrc Normal file
View File

@@ -0,0 +1,20 @@
set nocompatible
set ignorecase
set smartcase
set hlsearch
set relativenumber
syntax enable
filetype plugin on
" open nested file with :find file.name
" include * in path for fuzzy find
set path+=**
set wildmenu
let g:netrw_banner=0
let g:netrw_liststyle=3
nmap <esc> <cmd>nohlsearch<cr>
colorscheme catppuccin