Revert "refactor(nvim): set markdown conceallevel to 1"

This reverts commit 9d302b27d5.
This commit is contained in:
Price Hiller 2023-05-08 00:25:20 -05:00
parent 9d302b27d5
commit d7a09f7bf4
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 = 1
vim.opt_local.conceallevel = 0