refactor(nvim): set markdown conceallevel to 1

This commit is contained in:
Price Hiller 2023-05-08 00:22:39 -05:00
parent 0ec83026aa
commit 9d302b27d5
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,4 +1,4 @@
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.textwidth = 0
vim.opt_local.conceallevel = 0
vim.opt_local.conceallevel = 1