feat: extras.lang.sql

This commit is contained in:
punkfairie 2025-03-10 19:25:52 -07:00
parent f45d04ab60
commit d2cdedac8e
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 7 additions and 0 deletions

View file

@ -131,6 +131,7 @@
ruby-lsp
rubyPackages.erb-formatter
ruff
sqlfluff
stdenv.cc.cc
stylelint
stylua
@ -267,6 +268,11 @@
# Ruby
neotest-rspec
# Sql
vim-dadbod
vim-dadbod-completion
vim-dadbod-ui
# Custom
rose-pine
diffview-nvim

View file

@ -64,6 +64,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.php' },
{ import = 'lazyvim.plugins.extras.lang.python' },
{ import = 'lazyvim.plugins.extras.lang.ruby' },
{ import = 'lazyvim.plugins.extras.lang.sql' },
-- These need to be after extras to prevent extras from overwriting them.