How to check the current language? #5847
-
Hi, I am new to helix. When I open a file, I figured out I can setup the language by using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use I think it would be fine to add that behavior to |
Beta Was this translation helpful? Give feedback.
You can use
:set statusline.center ["file-type"]
to temporarily add the file-type statusline element which shows the current language.I think it would be fine to add that behavior to
:set-language
/:lang
to show the current language if no arguments are provided.