Skip to content

Commit

Permalink
settings: readded wordwrap
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Sep 18, 2024
1 parent bf2f499 commit 984344b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ function M.setup()

vim.opt.expandtab = true
vim.opt.fillchars.eob = "\\ "
vim.opt.linebreak = true
vim.opt.shiftwidth = 4
vim.opt.shortmess:append({ c = true })
vim.opt.softtabstop = 4
vim.opt.tabstop = 4
vim.opt.wrap = false
vim.opt.wrap = true

vim.opt.colorcolumn = "100"
vim.opt.number = true
Expand Down

0 comments on commit 984344b

Please sign in to comment.