1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: remove lua/user/plugins/lang/blade.lua (it is include in php config)

This commit is contained in:
Henrik Hautakoski 2024-09-12 15:55:41 +02:00
parent 3639b9e46b
commit a7abd3e2a5

View file

@ -1,8 +0,0 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "blade", "html" }
}
},
}