aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-16 10:58:28 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-16 10:58:28 +0100
commitc55821b4e478fd2476e60f396e45a0dd9d0b2d32 (patch)
tree129758e7089ea8dc9277c6380abf08a9e1a92c49 /modules/home/i3wm
parent64892354c00c79cdf5eeb1c04624e64334ae6f8e (diff)
removed broken snacks from neovim config
Diffstat (limited to 'modules/home/i3wm')
-rw-r--r--modules/home/i3wm/nord-blue/nvim.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix
index 2ebd8cf..b66c4f4 100644
--- a/modules/home/i3wm/nord-blue/nvim.nix
+++ b/modules/home/i3wm/nord-blue/nvim.nix
@@ -71,12 +71,6 @@
})
- -- Register some categories (optional)
- require("snacks").register({
- f = { name = "file" },
- g = { name = "git" },
- b = { name = "buffers" },
- })
-- Telescope keymaps
vim.keymap.set("n", "<leader>ff", builtin.find_files)