mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: conceallevel set more conservatively
This commit is contained in:
@@ -75,7 +75,7 @@ vim.o.foldcolumn = '0'
|
||||
vim.o.foldlevel = 99
|
||||
vim.o.foldlevelstart = 99
|
||||
vim.o.foldenable = true
|
||||
vim.o.conceallevel = 2
|
||||
vim.o.conceallevel = 0
|
||||
|
||||
-- load general mapped keys
|
||||
require('style')
|
||||
|
Reference in New Issue
Block a user