Skip to content

Commit

Permalink
feat!: Disable markdown plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 5, 2025
1 parent b56bcb9 commit f48bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/markdown.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local user_config = vim.g.config.plugins.markdown or {}

local default_config = {
enabled = true,
enabled = false,
opts = {},
}

Expand Down

0 comments on commit f48bca6

Please sign in to comment.