feat: add a bunch of plugins

This commit is contained in:
♥ Minnie ♥ 2025-04-04 23:39:33 +08:00
parent 92dcce1c43
commit e08990b2db
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
9 changed files with 36 additions and 22 deletions

View file

@ -6,6 +6,7 @@
showmode = false; # Do not show the mode we're editing in.
swapfile = false; # Disable vim swapfile.
clipboard = "unnamedplus"; # Use the clipboard for all operations.
conceallevel = 1; # Show concealed characters (like markdown).
# Tabs & Spaces
tabstop = 2; # Set the width of a tab character.