13032024
This commit is contained in:
parent
3e66ac3e83
commit
1b1e21e742
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
vim.api.nvim_set_keymap("n", "<leader>mdp", ":lua require('utils.helpers').InsertMarkdownURL()<CR>", { silent = true, noremap = true })
|
vim.api.nvim_set_keymap(
|
||||||
|
"n",
|
||||||
|
"<leader>mdp",
|
||||||
|
":lua require('utils.helpers').InsertMarkdownURL()<CR>",
|
||||||
|
{ silent = true, noremap = true }
|
||||||
|
)
|
||||||
|
vim.opt_local.textwidth = 79
|
||||||
|
vim.opt_local.wrap = true
|
||||||
|
|
||||||
-- vim.cmd([[set briopt+=list:-1]])
|
-- vim.cmd([[set briopt+=list:-1]])
|
||||||
|
|
Loading…
Add table
Reference in a new issue