diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 15:23:48 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 15:23:48 +0200 |
| commit | e25ce62452fe25bf719653b458b233c1f8933b77 (patch) | |
| tree | 2bb492c7fcd59ffb1db66f1ecd63bd499e61458b /.config/nvim/after/ftplugin/markdown.lua | |
| parent | 4d2b8ef066a5854e6f005bc6a49b3d2ebaf84073 (diff) | |
| download | dotfiles-e25ce62452fe25bf719653b458b233c1f8933b77.tar.gz dotfiles-e25ce62452fe25bf719653b458b233c1f8933b77.zip | |
misc: remove comment
Diffstat (limited to '.config/nvim/after/ftplugin/markdown.lua')
| -rw-r--r-- | .config/nvim/after/ftplugin/markdown.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/after/ftplugin/markdown.lua b/.config/nvim/after/ftplugin/markdown.lua index 948a321..68fdbda 100644 --- a/.config/nvim/after/ftplugin/markdown.lua +++ b/.config/nvim/after/ftplugin/markdown.lua @@ -61,8 +61,6 @@ vim.opt_local.foldcolumn = "0" -- vim.opt_local.textwidth = vim.g.dotfiles.textwidth.markdown -- gw wraps at this value vim.opt_local.foldlevel = 1 --- Replace concealed text with a character from `'listchars'` --- With `'foldmethod'` set to `expr` and `'foldlevel'` set to 2 fenced code blocks are concealed and completely invisible vim.opt_local.complete = { "o", -- 'omnifunc' ".", -- current buffer |
