custom dart tabline

This commit is contained in:
iofq 2025-07-23 23:04:03 -05:00
parent d7ae87e671
commit 9457c7436e
12 changed files with 424 additions and 51 deletions

View file

@ -10,7 +10,11 @@ return {
{
'MeanderingProgrammer/render-markdown.nvim',
event = 'VeryLazy',
config = true,
opts = {
completions = {
blink = { enabled = true },
},
},
},
{
'sindrets/diffview.nvim',