Compare commits

...

2 Commits

Author SHA1 Message Date
Patrick Neff 6ac5605f8b fix deprecated tsserver -> ts-ls 2024-09-26 22:11:21 +02:00
Patrick Neff 0cd1cfc877 add shell integration for yazi 2024-09-26 22:10:11 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ _: {
programs = {
yazi = {
enable = true;
enableZshIntegration = true;
};
};
}

View File

@ -20,7 +20,7 @@
sqls.enable = true;
tailwindcss.enable = true;
templ.enable = true;
tsserver.enable = true;
ts-ls.enable = true;
yamlls.enable = true;
};
}