nvf fixes

Signed-off-by: Benno Lorenz <benno@benno-lorenz.com>
This commit is contained in:
2026-03-28 22:03:53 +01:00
parent 36fc9d2f97
commit 6312060c76
2 changed files with 23 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -1,6 +1,7 @@
{ inputs {
, config inputs,
, ... config,
...
}: { }: {
imports = [inputs.nvf.homeManagerModules.default]; imports = [inputs.nvf.homeManagerModules.default];
@@ -139,7 +140,12 @@
enable = true; enable = true;
lsp.enable = true; lsp.enable = true;
format.type = ["prettierd"]; format.type = ["prettierd"];
extensions.ts-error-translator.enable = true; extensions.ts-error-translator = {
enable = true;
setupOpts = {
auto_attach = true;
};
};
}; };
html.enable = true; html.enable = true;
lua.enable = true; lua.enable = true;