We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac316eb commit 691d4beCopy full SHA for 691d4be
1 file changed
neovim/neobean/lua/plugins/bullets.lua
@@ -25,7 +25,8 @@ return {
25
config = function()
26
-- Disable deleting the last empty bullet when pressing <cr> or 'o'
27
-- default = 1
28
- vim.g.bullets_delete_last_bullet_if_empty = 1
+ -- 2 works similar ot Obsidian https://github.com/bullets-vim/bullets.vim/pull/163
29
+ vim.g.bullets_delete_last_bullet_if_empty = 2
30
31
-- (Optional) Add other configurations here
32
-- For example, enabling/disabling mappings
0 commit comments