DevStefanCho
DevStefanCho
@lucario387 Could you let me know what is the mimetype detection? I want to try anything I can do.
@clason @lucario387 Thanks for your support, now syntax highlighting works well, though tsx is not working yet. it's okay because typescriptreact syntax highlighting is working instead and now markdown headers...
Sorry for confusion I found that previous screenshot was vimwiki filetype and markdown filetype still not work, so I reopen this issue ## filetype: markdown ## filetype: vimwiki 
## System - MacOS - alacritty 0.12.2 (9d9982d) ## Description I have same issues and not only special characters but also numbers ### 1. Extra space problem After dot(`.`) added,...
You can fix this Korean input problem by using gureumkim (install with homebrew) See this [JohnGrib's blog](https://johngrib.github.io/wiki/tools/alacritty/) comment.
I set callback function for ataraxis mode hide lualine when open ataraxis mode, and unhide lualine when quitting it here is my config ```lua local status, true_zen = pcall(require, "true-zen")...