mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: blade is now officially in nvim-treesitter
This commit is contained in:
parent
d4a29b99b9
commit
4992b19c44
2 changed files with 1 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = { "php", "php_only", "phpdoc", "sql", "csv" }
|
||||
ensure_installed = { "php", "blade", "php_only", "phpdoc", "sql", "csv" }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue