View galgje.py
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
### | |
# Galgje voor Hogeschool Rotterdam | |
# | |
# Door: Thom | |
# Datun: Apr 2022 | |
# | |
## | |
spelUitleg = """Welkom bij het spel galgje! | |
Dit is gemaakt door Thom Veldhuis voor Hogeschool Rotterdam |
View .vimrc
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
"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' |
View .vimrc
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
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" | |
" Thom2503's vimrc | |
" | |
" forked from https://gist.github.com/simonista/8703722 | |
" Added colorscheme, mouse compatabilities and more. | |
" | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Don't try to be vi compatible |