Correct Javascript module tide format mapping

This commit is contained in:
Eric Solomon 2019-04-23 11:17:29 -05:00
parent db7a37d888
commit 040cd18573

View File

@ -173,7 +173,7 @@
(map! :localleader
:map tide-mode-map
"R" #'tide-restart-server
"f" #'tide-reformat
"f" #'tide-format
"rs" #'tide-rename-symbol
"roi" #'tide-organize-imports))