replace deprecated null-ls nvim plugin with none-ls

This commit is contained in:
LordMZTE 2024-11-11 08:53:09 +01:00
parent 5ce8ca3f65
commit bcb11fa48c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
4 changed files with 5 additions and 8 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1730729172,
"narHash": "sha256-RE6Fgw2FbVzWzRf5FD6LSIqSHTXq/hEm+GIqy7zcoe8=",
"lastModified": 1731300529,
"narHash": "sha256-PwzToM8oltfO3GlHpo3hIqmhPZwTbwkdnMIe4NpaN4g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eb36bf249929bfd7a94c5f9ee0f1972ded7b6931",
"rev": "3f42f0b61e6c45ca80d87cec5dd11e121d6b9c14",
"type": "github"
},
"original": {

View file

@ -3,9 +3,7 @@
(macro src [categ name]
`(. nullls :builtins ,categ ,name))
(nullls.setup {:sources [(src :code_actions :shellcheck)
(src :diagnostics :fish)
(src :diagnostics :shellcheck)
(nullls.setup {:sources [(src :diagnostics :fish)
(src :diagnostics :tidy)
(src :formatting :clang_format)
(src :formatting :fish_indent)

View file

@ -5,7 +5,7 @@ let
plugins = {
# LSP
"20-lspconfig" = plugin "nvim-lspconfig";
"20-nullls" = plugin "null-ls.nvim";
"20-nonels" = plugin "none-ls.nvim";
"20-jdtls" = plugin "nvim-jdtls";
"20-lsp-saga" = plugin "lspsaga.nvim";

View file

@ -54,7 +54,6 @@ let
# Misc
html-tidy
shellcheck
tree-sitter
];
in