diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-03-31 20:51:00 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-03-31 20:51:00 -0700 |
| commit | 6bd0938c018b52c138d608977043467eae93fefd (patch) | |
| tree | d938dd42afa04270c8983509d3c2eb5b624066f9 /dot-config/nvim-old/lua/plugins/markdown.lua | |
| parent | 288f9c41275288a2bd0193986f22206c81c2b5cf (diff) | |
remove neovim
Diffstat (limited to 'dot-config/nvim-old/lua/plugins/markdown.lua')
| -rw-r--r-- | dot-config/nvim-old/lua/plugins/markdown.lua | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dot-config/nvim-old/lua/plugins/markdown.lua b/dot-config/nvim-old/lua/plugins/markdown.lua deleted file mode 100644 index 48c957d..0000000 --- a/dot-config/nvim-old/lua/plugins/markdown.lua +++ /dev/null @@ -1,37 +0,0 @@ -return { - { - -- Disable linting - "mfussenegger/nvim-lint", - optional = true, - opts = { - linters_by_ft = { - markdown = {}, - }, - }, - }, - { - "MeanderingProgrammer/render-markdown.nvim", - opts = { - html = { - comment = { - -- Turn on / off HTML comment concealing. - conceal = false, - }, - }, - code = { - -- Whether to conceal nodes at the top and bottom of code blocks. - conceal_delimiters = false, - -- Width of the code block background. - -- | block | width of the code block | - -- | full | full width of the window | - width = "block", - -- Determines how the top / bottom of code block are rendered. - -- | none | do not render a border | - -- | thick | use the same highlight as the code body | - -- | thin | when lines are empty overlay the above & below icons | - -- | hide | conceal lines unless language name or icon is added | - border = "thick", - }, - }, - }, -} |
