Improved neovim config
This commit is contained in:
parent
ce110d730e
commit
3d3380b6b6
9 changed files with 129 additions and 20 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue