mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
Fix langauge client mappings
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
|
||||
|
||||
(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
|
||||
(each [mapping cmd (pairs mappings)]
|
||||
(nbufmap mapping cmd)))))
|
||||
|
||||
Reference in New Issue
Block a user