1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-02 22:43:41 +02:00

nvim/lua/user/plugins/lang/php.lua: add sql and csv to treesitter.

This commit is contained in:
Henrik Hautakoski 2025-03-23 16:25:36 +01:00
parent 47b091705c
commit c182636b17

View file

@ -73,7 +73,7 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
opts = { opts = {
ensure_installed = { "php", "php_only", "phpdoc" } ensure_installed = { "php", "php_only", "phpdoc", "sql", "csv" }
} }
}, },
{ {