feat: extras.util.dot

This commit is contained in:
punkfairie 2025-03-11 19:26:15 -07:00
parent 3fbe570a30
commit c949dbf477
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 0 deletions

View file

@ -105,6 +105,7 @@
(callPackage ./packages/erb-lint {})
(callPackage ./packages/markdown-toc {})
alejandra
bash-language-server
biome
curl
docker-compose-language-service
@ -131,6 +132,7 @@
ruby-lsp
rubyPackages.erb-formatter
ruff
shellcheck
sqlfluff
stdenv.cc.cc
stylelint

View file

@ -81,6 +81,8 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.ui.mini-animate' },
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' },
{ import = 'lazyvim.plugins.extras.util.dot' },
-- These need to be after extras to prevent extras from overwriting them.
-- Disable mason.nvim while using nix.