Autocommit 2023-07-25 11:07:37
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
function conf()
|
||||
local function config()
|
||||
--- Ensure plugin is avaiable
|
||||
local treesitter = require("nvim-treesitter.configs")
|
||||
|
||||
--- nvim-treesitter options
|
||||
--- Plugin options
|
||||
opts = {
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
-- enable indentation
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
@@ -51,5 +50,5 @@ end
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = conf
|
||||
config = config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user