Skip to content

Instantly share code, notes, and snippets.

View pakeke-constructor's full-sized avatar
🤓

Oli Garrett pakeke-constructor

🤓
View GitHub Profile
@pakeke-constructor
pakeke-constructor / .vimrc
Last active April 12, 2023 06:10
My vimrc
" Remapping escape to be easier
inoremap kj <esc>
vnoremap kj <esc>
" q = jump backwards through words easier
nnoremap q b
" Rebind ! to macro key, (since q is now used)

LOVE2D quick setup guide for luasteam

Take a quick skim through the setup guide. Download the .SO files or .dll files that are required for your OS.

You should be using this link for luasteam, and this link for the SteamWorks SDK.

local useInput = require("libs.nm_helium.shell.input")
return helium(function(param, view)
local textinput
textinput = useInput(function(fintxt)
if param.parse then