diff options
| author | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
|---|---|---|
| committer | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
| commit | 087ddd566632d568cd59b499ec36a882e41a236e (patch) | |
| tree | 2f6c045207892f65875755a8ffe4ad5e139403f8 /.vimrc | |
init
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +source ~/.config/vim/everforest.vim + +set nocompatible +set number +set relativenumber + +set nowrap +set noswapfile +set background=light +set autocomplete +set autoindent + +let g:everforest_background = 'hard' |
