Skip to content

Commit

Permalink
fix(nvim): markdown ft
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 12, 2024
1 parent 8c7e892 commit 9c0042f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/neovim/config/after/ftplugin/markdown.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
vim.opt_local.formatoptions:remove("l")
vim.opt_local.textwidth = 80
vim.opt_local.conceallevel = 1

local CR = vim.api.nvim_replace_termcodes("<cr>", true, true, true)
local function toggle_checkbox()
Expand Down

0 comments on commit 9c0042f

Please sign in to comment.