ooknet/outputs/pkgs/ook-vim/plugins/languages/ts.nix

5 lines
51 B
Nix

{
vim.languages.ts = {
enable = true;
};
}