Skip to content

Instantly share code, notes, and snippets.

View Guilospanck's full-sized avatar
🔒
Truth can only be found in one place: the code.

Guilherme Pereira Guilospanck

🔒
Truth can only be found in one place: the code.
View GitHub Profile
@Guilospanck
Guilospanck / godot_with_nvim.md
Last active June 20, 2025 18:35
Godot (C# and GDScript) with nvim

Run Godot with nvim

It uses Roslyn instead of omnisharp.

After you have all the below done, before developing your game you will have to initialise nvim with:

gnvim

Instead of nvim, for example. By the way, this gnvim is whatever alias you set in the Create an alias section.

@Guilospanck
Guilospanck / build_and_install.sh
Created June 18, 2025 18:42
Install Aseprite in MacOS and add it to applications
#! /usr/bin/env bash
echo "Cloning repo...this will take some time."
cd /tmp
git clone --recursive https://github.com/aseprite/aseprite.git
cd aseprite/
echo "We will build it now. Just follow the prompts."
./build.sh