feat(LSP): Add PHP parser, remap LSP keybindings
This commit is contained in:
16
lua/highlighting.lua
Normal file
16
lua/highlighting.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
local manager = require("tree-sitter-manager")
|
||||
|
||||
---@type tree-sitter-manager.Config
|
||||
local options = {
|
||||
ensure_installed = {
|
||||
"php",
|
||||
"html",
|
||||
"html_tags",
|
||||
"ecma",
|
||||
"typescript",
|
||||
"vue",
|
||||
"blade",
|
||||
},
|
||||
}
|
||||
|
||||
manager.setup(options)
|
||||
Reference in New Issue
Block a user