mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 05:01:14 +01:00
Add: line wrap.
This commit is contained in:
@@ -153,7 +153,7 @@ return {
|
||||
signcolumn = 'yes', -- show sign column
|
||||
cursorline = false, -- no cursorline by default
|
||||
foldenable = true, -- enable folds
|
||||
wrap = false, -- no line wrap
|
||||
wrap = true, -- line wrap
|
||||
spell = false, -- disable spell
|
||||
}
|
||||
local win = vim.api.nvim_get_current_win()
|
||||
|
||||
@@ -108,7 +108,7 @@ return {
|
||||
signcolumn = 'yes', -- show sign column
|
||||
cursorline = false, -- no cursorline by default
|
||||
foldenable = true, -- enable folds
|
||||
wrap = false, -- no line wrap
|
||||
wrap = true, -- line wrap
|
||||
spell = false, -- disable spell
|
||||
}
|
||||
local win = vim.api.nvim_get_current_win()
|
||||
|
||||
Reference in New Issue
Block a user