adding in wrap for text lines
This commit is contained in:
@@ -9,8 +9,6 @@ vim.opt.expandtab = true
|
||||
|
||||
vim.opt.smartindent = true
|
||||
|
||||
vim.opt.wrap = false
|
||||
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.backup = false
|
||||
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||
@@ -34,3 +32,5 @@ vim.leader = " "
|
||||
-- case insensitive searching UNLESS /C or capital in searching
|
||||
vim.opt.ignorecase = true
|
||||
|
||||
vim.opt.wrap = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user