Skip to content

Instantly share code, notes, and snippets.

@ZenToad
ZenToad / _vimrc
Created January 23, 2021 17:44
vimrc Windows JAN 2021
set encoding=utf-8
""""""""""""""""""""""""""""""""""""""""""
" Vundle Plugin
""""""""""""""""""""""""""""""""""""""""""
" set the runtime path to include Vundle and initialize
set rtp+=$HOME/vimfiles/bundle/Vundle.vim/
call vundle#begin('$HOME/vimfiles/bundle/')
@ZenToad
ZenToad / readme.txt
Created September 27, 2021 16:20
cmder/git project setup
* create startup.bat
@ECHO OFF
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
Put that script somewhere.
* Create the cmder task
cmd /k ""%ConEmuDir%\..\init.bat" & E:\zen-toad-games\startup.bat " -new_console:d:E:\pilotier
@ZenToad
ZenToad / vimrc
Created October 20, 2021 14:01
vimrc Oct 2021
set encoding=utf-8
""""""""""""""""""""""""""""""""""""""""""
" Vundle Plugin
""""""""""""""""""""""""""""""""""""""""""
" set the runtime path to include Vundle and initialize
set rtp+=$HOME/vimfiles/bundle/Vundle.vim/
call vundle#begin('$HOME/vimfiles/bundle/')
@ZenToad
ZenToad / build.bat
Created June 26, 2023 20:18
example of the issue I'm having with displaying textures
emcc -I..\lib\sokol -I..\lib\stb ..\src\exp\simple_wasm_texture.c -DSOKOL_NO_ENTRY -sALLOW_MEMORY_GROWTH -o simple_wasm_texture.html
@ZenToad
ZenToad / README.txt
Last active May 1, 2024 16:32
Lazy.nvim config files 2024
Path for this is:
HOME/AppData.Local/nvim/init.lua
HOME/AppData.Local/nvim/lua/twright/[all other files]