1 -- 🍿 A collection of QoL plugins for Neovim
2 -- https://github.com/folke/snacks.nvim
9 require("snacks").setup({
10 bigfile = { enabled = true },
11 dashboard = { enabled = true },
12 explorer = { enabled = true, replace_netrw = true },
13 indent = { enabled = false },
14 input = { enabled = true },
19 picker = { enabled = true },
20 quickfile = { enabled = true },
21 scope = { enabled = true },
22 scroll = { enabled = false },
23 statuscolumn = { enabled = true },
24 words = { enabled = true },
27 -- wo = { wrap = true } -- Wrap notifications