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/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
|
||||||
|
|
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.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.
|
||||||
|
|
Loading…
Reference in a new issue