feat(script): add script to start neovim
This commit is contained in:
parent
dbf10a9bbd
commit
0c8a842c58
7
nvim-workspace.sh
Executable file
7
nvim-workspace.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user