Update .config/nvim/lua/plugins/syntax.lua

This commit is contained in:
Anthony Rodriguez 2024-08-15 00:22:23 +02:00
parent 32746a3db7
commit 1518ffc851
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,4 +1,6 @@
return {
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
@ -11,4 +13,12 @@ return {
indent = { enable = true },
})
end
},
{
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
}
}