fix: remove markdown conceal
This commit is contained in:
@@ -52,15 +52,6 @@ vim.api.nvim_create_autocmd("VimEnter", {
|
|||||||
command = ":clearjumps",
|
command = ":clearjumps",
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
|
||||||
desc = "Make markdown files a bit prettier",
|
|
||||||
pattern = { "markdown" },
|
|
||||||
callback = function()
|
|
||||||
vim.wo.conceallevel = 2
|
|
||||||
vim.wo.concealcursor = "n"
|
|
||||||
end,
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
desc = "Customize python indentation",
|
desc = "Customize python indentation",
|
||||||
pattern = { "python" },
|
pattern = { "python" },
|
||||||
|
|||||||
Reference in New Issue
Block a user