forked from mirrors_public/oddlama_nix-config
chore: remove some deprecated none-ls integrations
This commit is contained in:
parent
aab790065a
commit
ee5556401c
1 changed files with 0 additions and 10 deletions
|
@ -23,7 +23,6 @@
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
lua-ls.enable = true;
|
|
||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -63,25 +62,16 @@
|
||||||
none-ls = {
|
none-ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
sources = {
|
sources = {
|
||||||
code_actions = {
|
|
||||||
# gitsigns.enable = true;
|
|
||||||
shellcheck.enable = true;
|
|
||||||
};
|
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
gitlint.enable = true;
|
gitlint.enable = true;
|
||||||
luacheck.enable = true;
|
|
||||||
protolint.enable = true;
|
protolint.enable = true;
|
||||||
shellcheck.enable = true;
|
|
||||||
};
|
};
|
||||||
formatting = {
|
formatting = {
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
jq.enable = true;
|
|
||||||
markdownlint.enable = true;
|
markdownlint.enable = true;
|
||||||
rustfmt.enable = true;
|
|
||||||
sqlfluff.enable = true;
|
sqlfluff.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
stylua.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue