summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-26 00:05:17 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-26 00:05:17 +0100
commit4c39c9ff297d43f9224f4a6dcef1e62c13afb1cb (patch)
tree1088d826721480c4052dfe32237ebfda7b91ca8d /fnl
parent8079b4c5a5b00a24f408c72b839ad328c01f9258 (diff)
Remove inc-rename
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/inc-rename.fnl7
1 files changed, 0 insertions, 7 deletions
diff --git a/fnl/plugins/inc-rename.fnl b/fnl/plugins/inc-rename.fnl
deleted file mode 100644
index 10ad4e4..0000000
--- a/fnl/plugins/inc-rename.fnl
+++ /dev/null
@@ -1,7 +0,0 @@
-(local keys [{1 :ge 2 ":IncRename " :mode :n :desc :Rename}])
-
-{1 :smjonas/inc-rename.nvim
- : keys
- :config (λ []
- (let [inc-rename (require :inc_rename)]
- (inc-rename.setup)))}