Skip to content

zMenta/config-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a configuration repository

Each folder or file represents a set of configs that I use.

  • Most configs uses FiraMonoNerdFont, make sure to have it installed.

Config texts

Godot External Editor as DoomEmacs

  • Caviat: Emacs client need to be open beforehand to work.
exec path: emacsclient
exec flags: -a "" +{line}:{col} {file}

Godot External Editor as NeoVim

Godot Config

Exec path:
nvim
Exec flags:
--server ./godothost --remote-send "<C>:n {file}<CR>"

Opening nvim

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`

About

My configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published