Skip to content

Commit

Permalink
chore(nvim): disable snacks.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mimikun committed Nov 7, 2024
1 parent 56e96e6 commit 2e42dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot_config/nvim/lua/plugins/snacks-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ local spec = {
--event = "VeryLazy",
dependencies = dependencies,
opts = opts,
--cond = false,
--enabled = false,
cond = false,
enabled = false,
}

return spec

0 comments on commit 2e42dd3

Please sign in to comment.