Improved neovim config

This commit is contained in:
2023-08-22 16:51:35 +02:00
parent ce110d730e
commit 3d3380b6b6
9 changed files with 129 additions and 20 deletions

View File

@ -15,6 +15,7 @@ on({ "TermOpen", "TermEnter" }, {
on({ "BufNewFile", "BufRead" }, {
pattern = { "*.txt", "*.md" },
callback = function()
vim.lo.wrap = true
vim.opt_local.wrap = true
vim.opt_local.signcolumn = "no"
end,
})