Skip to content

Commit 2a543d3

Browse files
committed
feat: add wrap text for multi panes spliting
1 parent a100671 commit 2a543d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nvim/lua/config/options.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
-- Options are automatically loaded before lazy.nvim startup
22
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
33
-- Add any additional options here
4+
5+
vim.opt.wrap = true

0 commit comments

Comments
 (0)