feat: restructure config
This commit is contained in:
parent
01060300d1
commit
9ade6862af
5 changed files with 43 additions and 41 deletions
|
@ -2,6 +2,6 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
|||
pattern = { "gitcommit", "markdown", "md", "mdx" },
|
||||
callback = function()
|
||||
vim.opt_local.spell = true
|
||||
vim.opt.wrap = true
|
||||
vim.opt_local.wrap = true
|
||||
end
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue