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:
@@ -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' }
|
||||
|
||||
|
Reference in New Issue
Block a user