Better postgresql highlighting, just highlighting

This commit is contained in:
2023-12-01 15:26:01 -05:00
parent c0d1d5dd70
commit 96f2231bcc
3 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ require('nvim-treesitter.configs').setup {
highlight = {
enable = true,
disable = { 'sql' }, -- since pgsql.vim is currently better at highlighting
},
incremental_selection = {
enable = true,

View File

@@ -0,0 +1 @@
vim.g.sql_type_default = 'pgsql';