mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 13:32:49 +01:00
replace deprecated null-ls nvim plugin with none-ls
This commit is contained in:
parent
5ce8ca3f65
commit
bcb11fa48c
4 changed files with 5 additions and 8 deletions
|
@ -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": {
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@ let
|
|||
|
||||
# Misc
|
||||
html-tidy
|
||||
shellcheck
|
||||
tree-sitter
|
||||
];
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue