feat: extras.util.dot
This commit is contained in:
parent
3fbe570a30
commit
c949dbf477
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
2
init.lua
2
init.lua
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue