From a5b58820a0298452d694857f42c310c44aa600ec Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sat, 3 May 2025 18:47:41 +0300 Subject: fix: remove `smart-splits-nvim` as it is unusable --- flake.nix | 1 - lua/config/plugins/extra.lua | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/flake.nix b/flake.nix index 8d1dd00..7d4a3e4 100644 --- a/flake.nix +++ b/flake.nix @@ -170,7 +170,6 @@ ]; extra = [ - smart-splits-nvim nvim-web-devicons ]; }; diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index 6b2a029..aba060b 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -1,29 +1,4 @@ return { - { - "smart-splits.nvim", - after = function(_) - local map = vim.keymap.set - - map("n", "", require("smart-splits").move_cursor_left) - map("n", "", require("smart-splits").move_cursor_down) - map("n", "", require("smart-splits").move_cursor_up) - map("n", "", require("smart-splits").move_cursor_right) - map("n", "", require("smart-splits").move_cursor_left) - map("n", "", require("smart-splits").move_cursor_down) - map("n", "", require("smart-splits").move_cursor_up) - map("n", "", require("smart-splits").move_cursor_right) - - map("n", "", require("smart-splits").resize_left) - map("n", "", require("smart-splits").resize_down) - map("n", "", require("smart-splits").resize_up) - map("n", "", require("smart-splits").resize_right) - map("n", "", require("smart-splits").resize_left) - map("n", "", require("smart-splits").resize_down) - map("n", "", require("smart-splits").resize_up) - map("n", "", require("smart-splits").resize_right) - end, - }, - { "which-key.nvim", event = "DeferredUIEnter", -- cgit v1.2.3-70-g09d2