Better postgresql highlighting, just highlighting
This commit is contained in:
@@ -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,
|
||||
|
||||
1
lua/plugins/pgsql-vim.lua
Normal file
1
lua/plugins/pgsql-vim.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.g.sql_type_default = 'pgsql';
|
||||
Reference in New Issue
Block a user