Skip to content

Commit

Permalink
nvim(plugin/snacks): add new plugin snacks.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 14, 2024
1 parent 602e390 commit 98c5711
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nvim/lua/plugins/snacks.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
'folke/snacks.nvim',
event = 'BufReadPost',
-- lazy = vim.fn.argc(-1) == 0,
opts = {
indent = {},
quickfile = {},
},
}

0 comments on commit 98c5711

Please sign in to comment.