Skip to content

Commit

Permalink
nvim(plugin/snacks): add dim config
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 14, 2024
1 parent ebbcfc1 commit 31bab5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/plugins/snacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
event = 'BufReadPost',
-- lazy = vim.fn.argc(-1) == 0,
opts = {
dim = {},
indent = {},
quickfile = {},
},
Expand Down

0 comments on commit 31bab5c

Please sign in to comment.