Add language server to config with lspconfig
if not otherwise mentioned.
pacman -S pyright
pacman -S texlab
LTeX binaries are installed using Mason
. However, JAVA_HOME
is required to be defined:
pacman -S jre-openjdk-headless
pacman -S bash-language-server
Read and follow instructions from here.
To-Do: packages installed in virtual env and linked into ~/bin? Or install system-wide with pacman?
We use luacheck
and stylua
.
Note: Tried luaformatter
first, but the out-of-box experience with stylua
is just much better. But comes of cost
of adding rust
and using its package manager.
pacman -S luarocks
luarocks install luacheck
pacman -S rust
cargo install stylua
ln -s ~/.cargo/bin/stylua ~/bin
chmod +x ~/bin/stylua
We use prettier
to obtain an out-of-the-box experience for some common web development languages.
pacman -S prettier
Chktex is already part of TeXLive.
We install shellcheck
, which is programmed in Haskell and comes with a few dependencies.
pacman -S shellcheck
We use debugpy
.
pacman -S python debugpy
We install deno
as a requirement for peek.nvim
.
pacman -S deno webkit2gtk
Also, add no_focus [title="^Peek preview$"]
to the sway
config.