dotfiles/private_dot_config/nvim/lua/plugins/nvim-treesitter/init.lua
2023-07-27 22:39:59 +02:00

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