summaryrefslogtreecommitdiff
path: root/vimrc.md
diff options
context:
space:
mode:
authorescfrpls <licwin1410@gmail.com>2026-05-10 15:13:54 +0200
committerescfrpls <licwin1410@gmail.com>2026-05-10 15:13:54 +0200
commitea41942b83edeb32bce680c9cf325fddf2496da9 (patch)
treee1d6aec739676cbf6dafbe8f9936d01ef8f14132 /vimrc.md
Initial commit of Gentoo PC configurationHEADmaster
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)