24.05: Buildable
This commit is contained in:
parent
fe33f30bce
commit
71385d9ba9
13 changed files with 329 additions and 256 deletions
|
@ -63,7 +63,7 @@
|
|||
phpactor.enable = config.frogeye.dev.php; # PHP
|
||||
nixd = {
|
||||
enable = true;
|
||||
settings.formatting.command = "nixpkgs-fmt";
|
||||
settings.formatting.command = [ "nixpkgs-fmt" ];
|
||||
};
|
||||
# TODO Something for SQL. sqls is deprecated, sqlls is not in Nixpkgs. Probably needs a DB connection configured anyways?
|
||||
yamlls.enable = true; # YAML
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
plugins.none-ls = {
|
||||
enable = true;
|
||||
sources = {
|
||||
code_actions.ltrs.enable = true;
|
||||
# LanguageTool
|
||||
diagnostics.ltrs.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue