Skip to content

Instantly share code, notes, and snippets.

View Thom2503's full-sized avatar
🖖
(。´∀`)ノ

Thom Veldhuis Thom2503

🖖
(。´∀`)ノ
View GitHub Profile
###
# Galgje voor Hogeschool Rotterdam
#
# Door: Thom
# Datum: Apr 2022
#
##
spelUitleg = """Welkom bij het spel galgje!
Dit is gemaakt door Thom Veldhuis voor Hogeschool Rotterdam
@Thom2503
Thom2503 / .vimrc
Last active September 19, 2022 09:27
vimrc at work
"Plugins will be downloaded under the specified directory.
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged')
Plug '~/.vim/plugged/vimwiki'
Plug '~/.vim/plugged/vim-css-color'
Plug '~/.vim/plugged/vim-commentary'
Plug '~/.vim/plugged/fzf.vim'
Plug '~/.vim/plugged/vim-visual-multi'
Plug '~/.vim/plugged/nerdtree'
Plug '~/.vim/plugged/vim-easy-align'
@Thom2503
Thom2503 / .vimrc
Last active November 16, 2021 08:43
My vimrc without plugins except for colors/monokai.vim
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" Thom2503's vimrc
"
" forked from https://gist.github.com/simonista/8703722
" Added colorscheme, mouse compatabilities and more.
"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Don't try to be vi compatible