mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: treesitter: move autotag config to lang files.
This commit is contained in:
parent
5e762b4346
commit
c5e788a3f1
6 changed files with 66 additions and 20 deletions
|
|
@ -7,25 +7,7 @@ return {
|
|||
-- "nvim-treesitter/nvim-treesitter-textobjects",
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
opts = {
|
||||
-- Filetypes to enable autotag for
|
||||
filetypes = {
|
||||
'html',
|
||||
'javascript',
|
||||
'typescript',
|
||||
'javascriptreact',
|
||||
'typescriptreact',
|
||||
'svelte',
|
||||
'vue',
|
||||
'tsx',
|
||||
'jsx',
|
||||
'rescript',
|
||||
'xml',
|
||||
'php',
|
||||
'blade',
|
||||
'markdown',
|
||||
},
|
||||
},
|
||||
opts = {}
|
||||
},
|
||||
},
|
||||
opts_extend = { "ensure_installed" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue