tabs
This commit is contained in:
@@ -12,6 +12,9 @@ return {
|
|||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
},
|
},
|
||||||
|
highlight = { enable = true, },
|
||||||
|
-- Integrate autotag with Treesitter
|
||||||
|
autotag = { enable = true, },
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
local ok, configs = pcall(require, "nvim-treesitter.configs")
|
local ok, configs = pcall(require, "nvim-treesitter.configs")
|
||||||
if ok then configs.setup(opts) end
|
if ok then configs.setup(opts) end
|
||||||
|
|||||||
Reference in New Issue
Block a user