1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: improved folding configs

This commit is contained in:
2023-08-18 06:06:35 +02:00
parent 4beec8a2b0
commit 075bf61358
3 changed files with 16 additions and 1 deletions

View File

@@ -359,6 +359,7 @@ return require("lazy").setup({
-- better language highlighting by improved parsing
{
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
dependencies = {
-- automatically close html-tags
'windwp/nvim-ts-autotag',