Added ts-comments and bufferline plugin

This commit is contained in:
EsVagy42 2026-03-07 13:43:23 +01:00
parent 24ba0bf525
commit 1302231b7c
3 changed files with 11 additions and 1 deletions

3
config/ts-comments.nix Normal file
View file

@ -0,0 +1,3 @@
{
plugins.ts-comments.enable = true;
}