feat: add bullets.vim for improved list handling

This commit is contained in:
2025-10-04 19:38:28 -04:00
parent f2ba7740fe
commit d1d853b80c
+7
View File
@@ -0,0 +1,7 @@
return {
'bullets-vim/bullets.vim',
ft = { 'markdown', 'text', 'gitcommit' },
config = function()
vim.g.bullets_delete_last_bullet_if_empty = 2
end,
}