Skip to content

jsappl/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSP Configuration

Add language server to config with lspconfig if not otherwise mentioned.

Python

pacman -S pyright

Latex: TexLab and LTeX

pacman -S texlab

LTeX binaries are installed using Mason. However, JAVA_HOME is required to be defined:

pacman -S jre-openjdk-headless

Bash

pacman -S bash-language-server

Julia

Read and follow instructions from here.

Formatters and Linters

Python

To-Do: packages installed in virtual env and linked into ~/bin? Or install system-wide with pacman?

Lua

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

Markdown, HTML, CSS, JSON and YAML

We use prettier to obtain an out-of-the-box experience for some common web development languages.

pacman -S prettier

Chktex

Chktex is already part of TeXLive.

Bash

We install shellcheck, which is programmed in Haskell and comes with a few dependencies.

pacman -S shellcheck

Debuggers

Python

We use debugpy.

pacman -S python debugpy

Other tools

Deno

We install deno as a requirement for peek.nvim.

pacman -S deno webkit2gtk

Also, add no_focus [title="^Peek preview$"] to the sway config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published