AutoYADM commit: 2024-11-12 15:15:02
This commit is contained in:
parent
d1bd1074d5
commit
52e9bd2535
2 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
0
.config/nvim/lua/md-utils.lua
Normal file
0
.config/nvim/lua/md-utils.lua
Normal file
Loading…
Add table
Add a link
Reference in a new issue