AutoYADM commit: 2024-11-12 15:15:02

This commit is contained in:
Daniel Fichtinger 2024-11-12 15:15:02 -05:00
parent d1bd1074d5
commit 52e9bd2535
2 changed files with 1 additions and 0 deletions

View file

@ -47,6 +47,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
buffer = 0,
command = "silent! write",
})
vim.keymap.set("i", "<Cr>", "<cmd>MDListItemBelow<cr>", { desc = "Continue List", silent = true, remap = true })
vim.opt_local.wrap = true
vim.opt_local.spell = true
-- local secondary = "#379393"