Created
April 16, 2021 09:40
-
-
Save k8scat/b3177a8c508652830a520bb5132b94ae to your computer and use it in GitHub Desktop.
Personal simple vim configuration file
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
set history=500 | |
set ts=4 | |
set expandtab | |
set nu | |
set encoding=utf-8 | |
set laststatus=2 | |
syntax enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment