feat: extras.lang.sql
This commit is contained in:
parent
f45d04ab60
commit
d2cdedac8e
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
1
init.lua
1
init.lua
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue