diff --git a/src/elin/component/server/nvim.clj b/src/elin/component/server/nvim.clj index 91202104..a004f97a 100644 --- a/src/elin/component/server/nvim.clj +++ b/src/elin/component/server/nvim.clj @@ -74,7 +74,7 @@ (e.p.rpc/notify! this ["nvim_call_function" [method params]])) (echo-text [this text] - (e.p.rpc/notify! this ["nvim_echo" [[text "Normal"]] false {}])) + (e.p.rpc/notify! this ["nvim_echo" [[[text "Normal"]] false {}]])) (echo-message [this text] (e.p.rpc/echo-message this text "Normal"))