feat: extras.lang.docker

This commit is contained in:
punkfairie 2025-03-08 15:34:40 -08:00
parent be0d9e3b66
commit b4707c10cf
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 0 deletions

View file

@ -105,7 +105,10 @@
alejandra
biome
curl
docker-compose-language-service
dockerfile-language-server-nodejs
fd
hadolint
lazygit
lua-language-server
nil

View file

@ -53,6 +53,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.formatting.biome' },
{ import = 'lazyvim.plugins.extras.formatting.prettier' },
{ import = 'lazyvim.plugins.extras.lang.docker' },
{ import = 'lazyvim.plugins.extras.lang.nix' },
-- These need to be after extras to prevent extras from overwriting them.