feat: disable wrap
This commit is contained in:
parent
96bc0c4b14
commit
f8f4a5fa00
2
init.lua
2
init.lua
|
|
@ -12,6 +12,8 @@ vim.g.loaded_netrwPlugin = 1
|
||||||
-- Enable mouse mode, can be useful for resizing splits for example!
|
-- Enable mouse mode, can be useful for resizing splits for example!
|
||||||
vim.opt.mouse = 'a'
|
vim.opt.mouse = 'a'
|
||||||
|
|
||||||
|
vim.opt.wrap = false
|
||||||
|
|
||||||
-- Don't show the mode, since it's already in the status line
|
-- Don't show the mode, since it's already in the status line
|
||||||
vim.opt.showmode = false
|
vim.opt.showmode = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue