Last active
January 9, 2023 21:42
-
-
Save smellymonk/00b36488fb811ec8b90e1847ad1b7098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let loaded_matchparen=1 | |
set number numberwidth=5 | |
set tabstop=2 softtabstop=2 expandtab shiftwidth=2 smarttab | |
set list | |
set listchars=tab:▸\ ,trail:·,nbsp:⎵ | |
set background=dark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment