refactor(nvim): set markdown conceallevel to 1
This commit is contained in:
parent
0ec83026aa
commit
9d302b27d5
@ -1,4 +1,4 @@
|
|||||||
vim.opt_local.tabstop = 2
|
vim.opt_local.tabstop = 2
|
||||||
vim.opt_local.shiftwidth = 2
|
vim.opt_local.shiftwidth = 2
|
||||||
vim.opt_local.textwidth = 0
|
vim.opt_local.textwidth = 0
|
||||||
vim.opt_local.conceallevel = 0
|
vim.opt_local.conceallevel = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user