mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: blade treesitter config
This commit is contained in:
parent
b9949062dc
commit
fbc8a53840
19 changed files with 177 additions and 14 deletions
|
@ -1,4 +1,9 @@
|
|||
_G.pcode = _G.pcode or {}
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.blade%.php"] = "blade",
|
||||
},
|
||||
})
|
||||
require("custom.default")
|
||||
require("custom.dashboard")
|
||||
require("config.lazy_lib")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue