7 lines
125 B
Nix
7 lines
125 B
Nix
|
{
|
||
|
flake.modules.nixvim.custom.plugins = {
|
||
|
lsp.servers.eslint.enable = true;
|
||
|
typescript-tools.enable = true;
|
||
|
};
|
||
|
}
|