mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-01-22 10:29:04 +00:00
Moved neovim config to its own repo
This commit is contained in:
14
lua/plugins/snacks.lua
Normal file
14
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