diff --git a/init.lua b/init.lua index 674dc928..24deaea7 100644 --- a/init.lua +++ b/init.lua @@ -52,6 +52,8 @@ vim.opt.splitbelow = true vim.opt.list = false vim.opt.listchars = { trail = '·', nbsp = '␣', tab = ' ' } +vim.opt.wrap = false + vim.opt.tabstop = 2 -- Number of spaces that a in the file counts for vim.opt.shiftwidth = 2 -- Number of spaces to use for each step of (auto)indent vim.opt.expandtab = true -- Use spaces instead of actual tab characters