Skip to content

Instantly share code, notes, and snippets.

@jkopano
jkopano / godot_lazyvim.md
Created November 10, 2024 14:37 — forked from lincore81/godot_lazyvim.md
Godot + Lazyvim

How to set up LazyVim/Neovim for Godot (Linux)

External Editor Setup

When clicking on a button or error message that opens a gdscript file in Godot, we want it to open in nvim instead. There are many ways to do this, this is mine:

  • Create a bash script nvim-broadcast on your path (e. g. ~/.local/bin/). Content:
#!/usr/bin/env bash