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/erb-lint {})
(callPackage ./packages/markdown-toc {}) (callPackage ./packages/markdown-toc {})
alejandra alejandra
bash-language-server
biome biome
curl curl
docker-compose-language-service docker-compose-language-service
@ -131,6 +132,7 @@
ruby-lsp ruby-lsp
rubyPackages.erb-formatter rubyPackages.erb-formatter
ruff ruff
shellcheck
sqlfluff sqlfluff
stdenv.cc.cc stdenv.cc.cc
stylelint 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.mini-animate' },
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' }, { 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. -- These need to be after extras to prevent extras from overwriting them.
-- Disable mason.nvim while using nix. -- Disable mason.nvim while using nix.