Improved neovim config
This commit is contained in:
@ -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,
|
||||
})
|
||||
|
Reference in New Issue
Block a user