summaryrefslogtreecommitdiff
path: root/vimrc.md
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.md')
-rw-r--r--vimrc.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vimrc.md b/vimrc.md
new file mode 100644
index 0000000..bf6bb71
--- /dev/null
+++ b/vimrc.md
@@ -0,0 +1,8 @@
+call plug#begin()
+Plug 'morhetz/gruvbox' " Gruvbox theme
+call plug#end()
+
+set termguicolors " Enable 24-bit true colors
+syntax enable " Enable syntax highlighting
+colorscheme gruvbox " Activate Gruvbox theme
+set background=dark " Dark variant (switch to 'light' if preferred)