Auto commit: 2024-11-09 17:00:02
This commit is contained in:
parent
9d75166ded
commit
5db87fb771
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
|||
pattern = { "markdown" },
|
||||
callback = function()
|
||||
vim.opt_local.breakindent = true
|
||||
-- We want markdown files to autosave
|
||||
vim.opt_local.autowrite = true
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.spell = true
|
||||
-- local secondary = "#379393"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue