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

nvim: adjusted diagnostic icons to be coherent and added folding plugin

This commit is contained in:
2023-08-07 05:36:32 +02:00
parent 90e728779f
commit f8f626cd67
6 changed files with 57 additions and 13 deletions

View File

@@ -104,6 +104,10 @@ return require("packer").startup(function(use)
requires = { 'nvim-treesitter/nvim-treesitter' }
}
-- folding improvements
use { 'kevinhwang91/nvim-ufo',
requires = 'kevinhwang91/promise-async' }
-- colorful brackets
use { 'luochen1990/rainbow' }