[Neovim] Adds Sidekick plugin.

This commit is contained in:
2026-06-13 10:22:28 -07:00
parent f177f112ce
commit 7bbb5ea812
6 changed files with 118 additions and 1 deletions

View File

@@ -2,6 +2,11 @@ return {
"folke/snacks.nvim",
opts = function(_, opts)
vim.tbl_deep_extend("force", opts, {
styles = {
notification = {
wo = { wrap = true }, -- wrap notifications
},
},
picker = {
smart = {
-- Remove the "recent" picker so we don't get things from other directories.