nix-config/modules/nixvim/lsp/javascript.nix

7 lines
125 B
Nix
Raw Permalink Normal View History

2025-07-28 19:38:17 +01:00
{
flake.modules.nixvim.custom.plugins = {
lsp.servers.eslint.enable = true;
typescript-tools.enable = true;
};
}