diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-16 19:02:09 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-16 19:02:09 +0200 |
| commit | 2222c84d2370210e28cbf5a16b9ddfb12f230268 (patch) | |
| tree | dd4aba24a3fac95ac066fbf6c0bd9dd05880efe2 | |
| parent | 63313185b460d2ae0a218e472a128a9b60d23720 (diff) | |
| download | nixos-2222c84d2370210e28cbf5a16b9ddfb12f230268.tar.zst | |
Improve markdown
| -rw-r--r-- | home/nvim/options.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/nvim/options.lua b/home/nvim/options.lua index c97f54e..cedaf9a 100644 --- a/home/nvim/options.lua +++ b/home/nvim/options.lua @@ -3,6 +3,8 @@ vim.schedule(function() end) vim.g.have_nerd_fonts = true +vim.g.filetype_md = "pandoc" +vim.g.markdown_fenced_languages = { "html", "python", "bash=sh" } vim.o.compatible = false vim.o.history = 999 |
