feat: extras.lang.docker
This commit is contained in:
parent
be0d9e3b66
commit
b4707c10cf
2 changed files with 4 additions and 0 deletions
|
@ -105,7 +105,10 @@
|
||||||
alejandra
|
alejandra
|
||||||
biome
|
biome
|
||||||
curl
|
curl
|
||||||
|
docker-compose-language-service
|
||||||
|
dockerfile-language-server-nodejs
|
||||||
fd
|
fd
|
||||||
|
hadolint
|
||||||
lazygit
|
lazygit
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -53,6 +53,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.formatting.biome' },
|
{ import = 'lazyvim.plugins.extras.formatting.biome' },
|
||||||
{ import = 'lazyvim.plugins.extras.formatting.prettier' },
|
{ import = 'lazyvim.plugins.extras.formatting.prettier' },
|
||||||
|
|
||||||
|
{ import = 'lazyvim.plugins.extras.lang.docker' },
|
||||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||||
|
|
||||||
-- These need to be after extras to prevent extras from overwriting them.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
Loading…
Reference in a new issue