File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ vim.cmd('language en_US.utf8')
21
21
Just make sure you have ~en_US~ locale installed on your system. To see what you have available on the system you can
22
22
start the command ~:language~ and press ~<TAB>~ to autocomplete possible options.
23
23
24
+ ** Chinese characters are not displayed correctly in agenda
25
+ In case you use chinese characters in your Neovim, and characters appear as encoded,
26
+ try setting the language to =zh_CN.UTF-8= with the same command as above:
27
+
28
+ #+begin_src lua
29
+ vim.cmd('language zh_CN.utf8')
30
+ #+end_src
31
+
32
+ See related issue: [[https://github.com/nvim-orgmode/orgmode/issues/879]]
33
+
24
34
** Links are not concealed
25
35
Links are concealed with Vim's conceal feature (see ~:help conceal~). To enable concealing, add this to your ~init.lua~:
26
36
You can’t perform that action at this time.
0 commit comments