AutoYADM commit: 2024-11-19 17:31:14
This commit is contained in:
parent
fd7ef12444
commit
3f3f960447
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
||||||
end
|
end
|
||||||
end, { desc = "Continue List", silent = true, remap = true })
|
end, { desc = "Continue List", silent = true, remap = true })
|
||||||
vim.opt_local.wrap = true
|
vim.opt_local.wrap = true
|
||||||
-- vim.opt_local.spell = true
|
vim.opt_local.spell = false
|
||||||
-- local secondary = "#379393"
|
-- local secondary = "#379393"
|
||||||
-- local primary = "#933737"
|
-- local primary = "#933737"
|
||||||
local colorbuddy = require("colorbuddy")
|
local colorbuddy = require("colorbuddy")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue