diff --git a/.config/nvim/lua/plugins/bullets.lua b/.config/nvim/lua/plugins/bullets.lua new file mode 100644 index 0000000..5eace2e --- /dev/null +++ b/.config/nvim/lua/plugins/bullets.lua @@ -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, +}