mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/php.lua: add sql and csv to treesitter.
This commit is contained in:
parent
47b091705c
commit
c182636b17
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ return {
|
|||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = { "php", "php_only", "phpdoc" }
|
||||
ensure_installed = { "php", "php_only", "phpdoc", "sql", "csv" }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue