[Neovim] Adds Sidekick plugin.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user