diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:58:28 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:58:28 +0100 |
| commit | c55821b4e478fd2476e60f396e45a0dd9d0b2d32 (patch) | |
| tree | 129758e7089ea8dc9277c6380abf08a9e1a92c49 /modules/home | |
| parent | 64892354c00c79cdf5eeb1c04624e64334ae6f8e (diff) | |
removed broken snacks from neovim config
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 6 |
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) |
