Refresh generated neovim config
This commit is contained in:
@ -1189,7 +1189,7 @@ require("lazy").setup({
|
||||
dir = "/home/lab/smchurla/Downloads/flake-nixinator/config/neovim/store/lazy-plugins/which-key.nvim",
|
||||
lazy = false,
|
||||
name = "which-key",
|
||||
opts = { preset = "modern" },
|
||||
opts = { preset = "helix" },
|
||||
priority = 500,
|
||||
},
|
||||
{
|
||||
|
||||
@ -1189,7 +1189,7 @@ require("lazy").setup({
|
||||
dir = "/nix/store/ypd5dagzrwpz35gnf0a67ak6lz7drfpi-lazy-plugins/which-key.nvim",
|
||||
lazy = false,
|
||||
name = "which-key",
|
||||
opts = { preset = "modern" },
|
||||
opts = { preset = "helix" },
|
||||
priority = 500,
|
||||
},
|
||||
{
|
||||
|
||||
@ -1 +0,0 @@
|
||||
/nix/store/szac9bif2rhcw4q45vbqy4whbcjx2fwb-hm_nvimqueriesnixinjections.scm
|
||||
@ -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 "\"" "")
|
||||
|
||||
Reference in New Issue
Block a user