diff --git a/lazy-lock.json b/lazy-lock.json index 08e6dbd..8dc717f 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,6 +1,6 @@ { "LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" }, - "auto-session": { "branch": "main", "commit": "292492ab7af4bd8b9e37e28508bc8ce995722fd5" }, + "auto-session": { "branch": "main", "commit": "dcbc339a1a0e6505f755d980ad11f892b6a8d492" }, "cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" }, "cmp-nvim-lsp": { "branch": "main", "commit": "cbc7b02bb99fae35cb42f514762b89b5126651ef" }, "cmp-path": { "branch": "main", "commit": "c642487086dbd9a93160e1679a1327be111cbc25" }, diff --git a/lua/themenacesauce/plugins/snacks.lua b/lua/themenacesauce/plugins/snacks.lua index e58a15d..c0cc872 100644 --- a/lua/themenacesauce/plugins/snacks.lua +++ b/lua/themenacesauce/plugins/snacks.lua @@ -67,7 +67,7 @@ return { } }, telescope = { - reverse = true, -- set to false for search bar to be on top + reverse = true, -- set to false for search bar to be on top layout = { box = "horizontal", backdrop = false, @@ -125,7 +125,7 @@ return { notify = true, command = "magick" }, - img_dirs = { "img", "images", "assets", "static", "public", "media", "attachments","Archives/All-Vault-Images/", "~/Library", "~/Downloads" }, + img_dirs = { "img", "images", "assets", "static", "public", "media", "attachments","~Documents/Alibaba's Vault/Images", "~/Library", "~/Downloads" }, }, dashboard = { enabled = true, @@ -148,16 +148,16 @@ return { { "lg", function() require("snacks").lazygit() end, desc = "Lazygit" }, { "gl", function() require("snacks").lazygit.log() end, desc = "Lazygit Logs" }, -- { "es", function() require("snacks").explorer() end, desc = "Open Snacks Explorer" }, - { "rN", function() require("snacks").rename.rename_file() end, desc = "Fast Rename Current File" }, + { "rN", function() require("snacks").rename.rename_file() end, desc = "Fast Rename Current File" }, { "dB", function() require("snacks").bufdelete() end, desc = "Delete or Close Buffer (Confirm)" }, -- Snacks Picker { "pf", function() require("snacks").picker.files() end, desc = "Find Files (Snacks Picker)" }, { "pc", function() require("snacks").picker.files({cwd = vim.fn.stdpath("config") }) end, desc = "Find Config File" }, { "ps", function() require("snacks").picker.grep() end, desc = "Grep word" }, - { "pws", function() require("snacks").picker.grep_word() end, desc = "Search Visual Selection or Word", mode = {"n", "x" } }, + { "pws", function() require("snacks").picker.grep_word() end, desc = "Search Visual Selection or Word", mode = {"n", "x" } }, { "pk", function() require("snacks").picker.keymaps({ layout = "ivy" }) end, desc = "Search Keymaps (Snacks Picker)" }, - + { "gbr", function() require("snacks").picker.git_branches({ layout = "select" }) end, desc = "Pick and Switch Git Branches" }, { "th", function() require("snacks").picker.colorschemes({ layout = "ivy" }) end, desc = "Pick Color Schemes"}, { "vh", function() require("snacks").picker.help() end, desc = "Help Pages" },