- 2023-04-07dwm环境
SucklessdwmPatchesalwayscenterattachbottomautostart(.local/share/dwm/autostart.sh)bottomstackcenteredmastercursorwarpcyclelayoutsfibonaccigaplessgridmovestackpertagrainbowtagsstatus2dSystraystatuspaddingswallowtitlecolorunderlinetags
- 2023-02-02在LUbuntu上搭建Neovim+LaTeX环境
目录安装、配置vimtex安装、配置vimtexPlug'lervag/vimtex'```letg:tex_flavor='latex'"使vimtex默认xelatex为编译器letg:vimte
- 2023-01-09使用NeoVim进行Latex写作
初创建于2022-02-0900:29vim配置首先,需要安装vimtex插件,安装zathura及zathura-pdf-poppler创建文件~/.latexmkrc,写入以下内容:$pdflatex="xelatex%O%S"在