Last active
October 25, 2023 06:59
-
-
Save karelbemelmans/0756486f6dd2b532b97cd9edfb412202 to your computer and use it in GitHub Desktop.
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
syntax enable | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set number | |
filetype indent on | |
set autoindent | |
colorscheme monokai # See https://github.com/ku1ik/vim-monokai |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment