Set conceallevel
This commit is contained in:
parent
8c4676927d
commit
c430bf66d2
1 changed files with 3 additions and 0 deletions
|
|
@ -64,3 +64,6 @@ vim.opt.mouse = ''
|
||||||
|
|
||||||
-- python interpreter
|
-- python interpreter
|
||||||
vim.g.python3_host_prog = '/usr/bin/python3'
|
vim.g.python3_host_prog = '/usr/bin/python3'
|
||||||
|
|
||||||
|
-- hide concealed text completely unless it has a custom replacement character defined
|
||||||
|
vim.o.conceallevel = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue