Skip to content

Commit

Permalink
feat(sql): add PostgreSQL support to the SQL pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 23, 2024
1 parent 711efc3 commit 99cd785
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/astrocommunity/pack/full-dadbod/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ return {
},
},
},
filetypes = {
extension = { pg = "sql" },
},
},
},
},
Expand Down
10 changes: 10 additions & 0 deletions lua/astrocommunity/pack/sql/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
return {
{
"AstroNvim/astrocore",
opts = {
filetypes = {
extension = {
pg = "sql",
},
},
},
},
{
"nvim-treesitter/nvim-treesitter",
optional = true,
Expand Down

0 comments on commit 99cd785

Please sign in to comment.