Skip to content

Commit

Permalink
Lets work with wrapped lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Apr 9, 2024
1 parent 76d3f45 commit b8eb79e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/config/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ local options = {
clipboard = "unnamedplus", -- connection to the system clipboard
colorcolumn = "120", -- show vertical column
expandtab = true, -- enable the use of space in tab
-- foldenable = true, -- enable fold
-- foldmethod = "manual", -- manual fold
hlsearch = true, --
incsearch = true, --
ignorecase = true, -- case insensitive searching
Expand All @@ -29,7 +31,7 @@ local options = {
termguicolors = true, --
undofile = true, --
updatetime = 50, --
wrap = false, --
wrap = true, -- wrap lines
}

for k, v in pairs(options) do
Expand Down

0 comments on commit b8eb79e

Please sign in to comment.