feat(nvim): update null-ls-nvim

This commit is contained in:
Moritz Böhme 2023-10-08 13:32:42 +02:00
parent d943ab8b6d
commit 28961fe114
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 36 additions and 0 deletions

View file

@ -30,12 +30,17 @@ in
[
alejandra
black
checkmake
deadnix
dotenv-linter
fish
isort
jq
nixd
nixpkgs-fmt
nodePackages.bash-language-server
nodePackages.jsonlint
ruff-lsp
rustfmt
shellcheck
shfmt
@ -46,6 +51,7 @@ in
typst
typst-lsp
yamlfmt
yamllint
];
extraLuaConfig = readFile ./options.lua;
lazy.enable = true;