nowrap by default
This commit is contained in:
parent
1cb9751928
commit
ccb18634c7
|
@ -6,6 +6,7 @@
|
|||
(set vim.o.termguicolors true)
|
||||
(set vim.o.mouse :a)
|
||||
(set vim.o.clipboard :unnamedplus)
|
||||
(set vim.o.wrap false)
|
||||
(vim.cmd.colorscheme :everforest))
|
||||
|
||||
:keymap (fn []
|
||||
|
|
Loading…
Reference in a new issue