mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: linebreak
This commit is contained in:
parent
2e1a7c865d
commit
5ebe6a8be0
1 changed files with 3 additions and 0 deletions
|
|
@ -155,6 +155,9 @@ vim.o.breakindent = false
|
||||||
-- Disable line wrapping
|
-- Disable line wrapping
|
||||||
vim.o.wrap = false
|
vim.o.wrap = false
|
||||||
|
|
||||||
|
-- Break lines at word
|
||||||
|
vim.o.linebreak = true
|
||||||
|
|
||||||
-- Show cursorline
|
-- Show cursorline
|
||||||
vim.o.cursorline = true
|
vim.o.cursorline = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue