fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,3 +1,11 @@
-- ============================================================================
-- SNACKS: Collection of small QoL plugins by folke
-- ============================================================================
-- All-in-one plugin with: dashboard (start screen), bufdelete (smart buffer
-- close), bigfile (disable features for large files), notifier, input/select
-- UI, lazygit integration, terminal, and more. Has BufDelete/BufWipeout
-- autocmds to show dashboard when last buffer closes.
-- ============================================================================
return {
"folke/snacks.nvim",
lazy = false,
@@ -6,6 +14,7 @@ return {
local dashboard_config = require("cargdev.core.dashboard_config")
require("snacks").setup({
bigfile = { enabled = true },
bufdelete = { enabled = true },
dashboard = {
enabled = true,
width = 40,