Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 641 Bytes

DEVELOPMENT_GUIDE.md

File metadata and controls

12 lines (8 loc) · 641 Bytes

Development Guide

I use direnv along with an .envrc file to set up the development environment effortlessly by exporting XDG_CONFIG_HOME and NVIM_APPNAME variables. Simply entering the directory is sufficient to start coding.

.envrc example:

export XDG_CONFIG_HOME=/home/filipe/projects
export NVIM_APPNAME=nvim-colorscheme-template
  • Note: XDG_CONFIG_HOME should have within it the folder of your project and NVIM_APPNAME corresponds to the project folder name. Also, the init.lua file in the project root is used to make a simple Neovim configuration to test the colorscheme.