Archived
Remove null-ls
This commit is contained in:
+7
-1
@@ -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!}
|
||||
|
||||
Reference in New Issue
Block a user