feat: extras.lang.toml

This commit is contained in:
punkfairie 2025-03-10 19:33:48 -07:00
parent ece124254c
commit 17fb434078
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 0 deletions

View file

@ -140,6 +140,7 @@
tflint
universal-ctags
vscode-langservers-extracted
taplo
];
};

View file

@ -67,6 +67,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.sql' },
{ import = 'lazyvim.plugins.extras.lang.tailwind' },
{ import = 'lazyvim.plugins.extras.lang.terraform' },
{ import = 'lazyvim.plugins.extras.lang.toml' },
-- These need to be after extras to prevent extras from overwriting them.