mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
Fix langauge client mappings
This commit is contained in:
@@ -59,7 +59,8 @@
|
|||||||
|
|
||||||
|
|
||||||
(defn bind-client-mappings [client]
|
(defn bind-client-mappings [client]
|
||||||
(let [mappings (a.get client-nmappings client)]
|
(let [client-name (a.get client :name)
|
||||||
|
mappings (a.get client-nmappings client-name)]
|
||||||
(when mappings
|
(when mappings
|
||||||
(each [mapping cmd (pairs mappings)]
|
(each [mapping cmd (pairs mappings)]
|
||||||
(nbufmap mapping cmd)))))
|
(nbufmap mapping cmd)))))
|
||||||
|
|||||||
Reference in New Issue
Block a user