Created
June 5, 2023 10:27
-
-
Save exmadesu/0c21813276e50ec63007d22502191a7a to your computer and use it in GitHub Desktop.
VIM Config (minimal)
This file contains 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
filetype plugin indent on | |
syntax enable | |
set number | |
set autoindent | |
set ruler | |
set sw=2 | |
set tabstop=2 | |
set mouse=a | |
set t_md= | |
set backspace=indent,eol,start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment