nvim-ts-main

This commit is contained in:
iofq 2025-08-19 23:07:48 -05:00
parent ac26b74e43
commit 7fbcfa7c54
7 changed files with 150 additions and 84 deletions

View file

@ -3,7 +3,10 @@ return {
'iofq/dart.nvim',
lazy = false,
priority = 1001,
config = true,
dependencies = 'echasnovski/mini.nvim',
opts = {
label_marked_fg = 'cyan'
},
},
{
'windwp/nvim-autopairs',