feat: add bullets.vim for improved list handling
This commit is contained in:
@@ -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,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user