mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-03 11:46:01 +01:00
move nvim tmp dir to var
This commit is contained in:
parent
4241a7002b
commit
fa7faa1315
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function update_nvim_theme --description 'Update neovim theme with light/dark mode' --argument theme
|
||||
for addr in /var/folders/7r/l55lwv013hl_g8gc971k7kgw0000gn/T/nvim.gaugendre/**/*
|
||||
for addr in $NVIM_TMP_DIR/**/*
|
||||
nvim --server $addr --remote-send ":set background=$theme <cr>"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue