Kirby@discuss.tchncs.de to Unixporn@lemmy.mlEnglish · 1 year agoI switched from KDE to [bspwm]discuss.tchncs.deimagemessage-square10fedilinkarrow-up179arrow-down12
arrow-up177arrow-down1imageI switched from KDE to [bspwm]discuss.tchncs.deKirby@discuss.tchncs.de to Unixporn@lemmy.mlEnglish · 1 year agomessage-square10fedilink
minus-squareFjor@lemm.eelinkfedilinkarrow-up4·1 year agoVery nice and clean! What editor/setup have you got at the bottom?
minus-squareUrist@lemmy.mllinkfedilinkEnglisharrow-up4·edit-21 year agoLooks like Neovim with some plugins. I am curious too though! OP, do you have macros/hotkeys setup for LaTeX in Neovim? I use it for coding, but when doing math I can’t live without all the automatic stuff I get in TeXStudio.
minus-squareHMH@lemmy.mllinkfedilinkarrow-up4·1 year agoNot OP, but it looks like they are using texlab for completion: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#texlab Apart from that there is https://github.com/lervag/vimtex with file type support, document compilation, etc. For grammar checking I use https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex and for snippets https://github.com/L3MON4D3/LuaSnip. See https://github.com/iurimateus/luasnip-latex-snippets.nvim for latex snippets and what you can do with them.
Very nice and clean! What editor/setup have you got at the bottom?
Looks like Neovim with some plugins. I am curious too though! OP, do you have macros/hotkeys setup for LaTeX in Neovim? I use it for coding, but when doing math I can’t live without all the automatic stuff I get in TeXStudio.
Not OP, but it looks like they are using texlab for completion: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#texlab
Apart from that there is https://github.com/lervag/vimtex with file type support, document compilation, etc. For grammar checking I use https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex and for snippets https://github.com/L3MON4D3/LuaSnip. See https://github.com/iurimateus/luasnip-latex-snippets.nvim for latex snippets and what you can do with them.