parent
2a7721e2c9
commit
36f5640249
|
@ -4,8 +4,6 @@ if not has_configs then
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
local parser_install_dir = vim.fn.stdpath('cache') .. "treesitters";
|
|
||||||
|
|
||||||
configs.setup {
|
configs.setup {
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
@ -13,29 +11,6 @@ configs.setup {
|
||||||
context_commenting = {
|
context_commenting = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
ensure_installed = {
|
|
||||||
"astro",
|
|
||||||
"bash",
|
|
||||||
"comment",
|
|
||||||
"css",
|
|
||||||
"dockerfile",
|
|
||||||
"go",
|
|
||||||
"html",
|
|
||||||
"javascript",
|
|
||||||
"json",
|
|
||||||
"lua",
|
|
||||||
"make",
|
|
||||||
"markdown",
|
|
||||||
"php",
|
|
||||||
"phpdoc",
|
|
||||||
"regex",
|
|
||||||
"rst",
|
|
||||||
"scss",
|
|
||||||
"typescript",
|
|
||||||
"vim",
|
|
||||||
"vue",
|
|
||||||
"yaml",
|
|
||||||
},
|
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
@ -59,12 +34,8 @@ configs.setup {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
parser_install_dir = parser_install_dir,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.fn.mkdir(parser_install_dir, "p")
|
|
||||||
vim.opt.runtimepath:append(parser_install_dir)
|
|
||||||
|
|
||||||
local nmap = require("opdavies.keymap").nmap
|
local nmap = require("opdavies.keymap").nmap
|
||||||
|
|
||||||
nmap { "<leader>th", "<cmd>TSHighlightCapturesUnderCursor<CR>" }
|
nmap { "<leader>th", "<cmd>TSHighlightCapturesUnderCursor<CR>" }
|
||||||
|
|
Reference in a new issue