AutoYADM commit: 2025-02-01 16:00:03

This commit is contained in:
Daniel Fichtinger 2025-02-01 16:00:03 -05:00
parent 69c1240786
commit c78cdedef6

View file

@ -12,6 +12,7 @@ return {
-- { "<", "<Plug>(bullets-promote)", ft = "markdown", mode = "v" },
-- { "<<", "<Plug>(bullets-promote)", ft = "markdown" },
-- },
ft = { "markdown" },
init = function()
vim.g.bullets_enabled_file_types = { "markdown" }
vim.g.bullets_enable_in_empty_buffers = 1