loader is already part of lazy/core

This commit is contained in:
Zynh Ludwig 2024-07-22 01:41:28 -07:00
parent 3668419abd
commit 4388bdef04

View file

@ -4,10 +4,6 @@
vim.o.conceallevel = 2 vim.o.conceallevel = 2
if vim.loader then
vim.loader.enable()
end
vim.filetype.add({ vim.filetype.add({
extension = { extension = {
mdx = "markdown", mdx = "markdown",