Skip to content

Commit 691d4be

Browse files
committed
https://github.com/bullets-vim/bullets.vim/pull/163
1 parent ac316eb commit 691d4be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

neovim/neobean/lua/plugins/bullets.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ return {
2525
config = function()
2626
-- Disable deleting the last empty bullet when pressing <cr> or 'o'
2727
-- default = 1
28-
vim.g.bullets_delete_last_bullet_if_empty = 1
28+
-- 2 works similar ot Obsidian https://github.com/bullets-vim/bullets.vim/pull/163
29+
vim.g.bullets_delete_last_bullet_if_empty = 2
2930

3031
-- (Optional) Add other configurations here
3132
-- For example, enabling/disabling mappings

0 commit comments

Comments
 (0)