feat(script): add script to start neovim

This commit is contained in:
yeti 2025-05-14 08:13:27 +01:00
parent dbf10a9bbd
commit 0c8a842c58

7
nvim-workspace.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
XDG_CONFIG_HOME="$PWD/home/.config" \
XDG_DATA_HOME="$PWD/local/share" \
XDG_STATE_HOME="$PWD/local/state" \
XDG_CACHE_HOME="$PWD/local/cache" \
nvim