Remove null-ls

This commit is contained in:
2023-08-16 11:22:03 -07:00
parent 77b6768742
commit 7ae183d64b
3 changed files with 45 additions and 64 deletions
+7 -1
View File
@@ -116,10 +116,16 @@
`(let [save# (vim.fn.winsaveview)]
,(unpack args))))
;; Returns the keys for table
;; Careful, this finds them will a loop every time it is called!
(lambda keys! [table]
`(icollect [key# _# (pairs ,table)] key#))
{: bind!
: hook!
: use!
: setup!
: module-call!
: module-fn!
: save-excursion!}
: save-excursion!
: keys!}