1

Refresh generated neovim config

This commit is contained in:
2024-08-15 14:28:39 +02:00
parent 001c41a903
commit 07409c223d
4 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@ echo "Fixed permission for ./config.lua and ./config_nix.lua"
echo ""
# Copy all plugins
rm -rf ./store/*
rm -rf ./store/* # TODO: Check if ./store even exists
echo "Cleared ./store/"
STORE_PATHS=$(rg -oN "\"/nix/store/.*?(lazy-plugins|vimplugin-nvim-treesitter-.*?|treesitter-parsers)\"" config.lua | uniq | sd "\"" "")