nvim: linebreak

This commit is contained in:
He4eT 2023-07-18 02:36:41 +03:00
commit 5ebe6a8be0

View file

@ -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