Each folder or file represents a set of configs that I use.
- Most configs uses FiraMonoNerdFont, make sure to have it installed.
- Caviat: Emacs client need to be open beforehand to work.
exec path: emacsclient exec flags: -a "" +{line}:{col} {file}
nvim
--server ./godothost --remote-send "<C>:n {file}<CR>"
On the project directory containing the .godot file, open nvim with the following command:
nvim --listen ./godothost .
It’s good to setup an alias to open nvim this way, I have one in my bashrc called `gvim`