Skip to content

Instantly share code, notes, and snippets.

@Stef16Robbe
Last active December 13, 2023 13:05
Show Gist options
  • Save Stef16Robbe/fb01ba93f01d72924cb853ee66795fb1 to your computer and use it in GitHub Desktop.
Save Stef16Robbe/fb01ba93f01d72924cb853ee66795fb1 to your computer and use it in GitHub Desktop.
Vim config
set number
filetype on
syntax on
colorscheme morning
set tabstop=4
set shiftwidth=4
set expandtab
autocmd FileType yaml setlocal ai ts=2 sw=2 et
"set cursorcolumn
"set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment