13 lines
373 B
Lua
13 lines
373 B
Lua
--[[
|
|
Loads settings for nvim-treesitter plugin
|
|
|
|
This file only loads others
|
|
|
|
To have a full display of the configuration structure, see the root
|
|
init.lua
|
|
--]]
|
|
|
|
require('plugins.nvim-treesitter.workaround') -- workaround found on
|
|
--https://github.com/nvim-treesitter/nvim-treesitter/wiki/Installation
|
|
|
|
require('plugins.nvim-treesitter.setup') -- setup settings
|