all repos

init.lua @ 1fcbc91911b7d859471e440f6a771dda55012d15

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(options): set up concealer
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-16 18:43:19 +0200
Parent: 92c266c
M lua/core/options.lua

@@ -39,6 +39,8 @@ vim.o.hidden = true

vim.o.title = true vim.o.linebreak = true vim.o.wrap = false +vim.o.conceallevel = 2 +vim.o.concealcursor = 'cv' -- listchars vim.o.list = true