summaryrefslogtreecommitdiff
path: root/fnl/plugins/rest.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-05-06 11:27:51 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-05-06 11:27:51 +0200
commite7543cd29414bbe2df049a477d8ff13c9a8ddea4 (patch)
tree041d4e4bc255061f90543c4f4ecf74ac5b320c72 /fnl/plugins/rest.fnl
parentaef0886f50b0919fd4ac02f5ee4b860f25b70377 (diff)
Replace rest with kulala
Diffstat (limited to 'fnl/plugins/rest.fnl')
-rw-r--r--fnl/plugins/rest.fnl17
1 files changed, 0 insertions, 17 deletions
diff --git a/fnl/plugins/rest.fnl b/fnl/plugins/rest.fnl
deleted file mode 100644
index d9b1270..0000000
--- a/fnl/plugins/rest.fnl
+++ /dev/null
@@ -1,17 +0,0 @@
-;; Http client.
-
-(local keys [{1 :<leader>rr
- 2 "<cmd>Rest run<cr>"
- :desc "Run request under the cursor"}
- {1 :<localleader>rs
- 2 "<cmd>Rest run last<cr>"
- :desc "Re-run last request"}
- {1 :<localleader>rt
- 2 "<cmd>Telescope rest select_env theme=dropdown<cr>"
- :desc "Select env"}])
-
-{1 :rest-nvim/rest.nvim
- :ft :http
- : keys
- :dependencies [{1 :vhyrro/luarocks.nvim :priority 1000 :config true}
- {1 :j-hui/fidget.nvim}]}