summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorphy <phy@localhost..>2026-04-06 18:27:58 +0100
committerphy <phy@localhost..>2026-04-06 18:27:58 +0100
commit087ddd566632d568cd59b499ec36a882e41a236e (patch)
tree2f6c045207892f65875755a8ffe4ad5e139403f8 /.vimrc
init
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..f298d04
--- /dev/null
+++ b/.vimrc
@@ -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'