A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(fixed LUA_PATH assignment in build script to export)

ptdewey 9aebc8b7 742cd179

+1 -1
+1 -1
build.sh
··· 1 1 #!/usr/bin/env bash 2 2 3 3 # fix build issue when using nix 4 - LUA_PATH=./lush_theme/darkearth.lua 4 + export LUA_PATH=./lush_theme/darkearth.lua 5 5 6 6 nvim --headless +Shipwright +qa 7 7