mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-28 13:31:57 +00:00
Fresh start to remove subtree artifacts
This commit is contained in:
14
dot_config/nvim/lua/plugins/snacks.lua
Normal file
14
dot_config/nvim/lua/plugins/snacks.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
opts = {
|
||||
bigfile = { enabled = true },
|
||||
lazygit = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
},
|
||||
keys = require("config.keys").lazygit,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user