aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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)