Commit Graph

6 Commits (bd142e38b1683795fc03b6581a9d1b4103cc0b60)

Author SHA1 Message Date
iGor milhit bd142e38b1
plugins: folds .md frontmatter and code blocks
- Folds the frontmatter YAML and fenced code blocks in markdown file.
- Removes unneccessary filetype for lazy loading markdown plugins.
- Moves a markdownpreview settings that was wrongfully placed in the
  pandoc plugin configuration.
- Lazy loads mkdnflow plugin for quarto filetype.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-10-10 14:40:45 +02:00
iGor milhit cf209d6e52
plugins: improve slightly the treesitter config
- Adds an empty module options to avoid warning.
- Indents the disabled language list, in order to add some easily.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-10-04 14:22:34 +02:00
iGor milhit 014b8d7bd5
keymaps: set prefixes to improve search experience
Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-22 16:31:49 +02:00
iGor milhit 28fdaddcf8
plugins: add a keymap to display markdown TOC
Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-20 16:23:24 +02:00
iGor milhit 01ad6147aa
plugings: move from true-zen to zen-mode
- Removes the true-zen.nim plugin.
- Adds the zen-mode.nvim plugin in hope of a better and simpler
  experience.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-13 12:19:52 +02:00
iGor milhit fe25313c23
global: rewrite configuration from scratch
- Allows me to better understand what are doing the installed plugins
  and depedencies.
- Improves the structure of the configuration, in order to ease
  the maintenance.
- Improves markdown experience, even if it can still be improved.
- Documents the configuration in the README file.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-08 11:33:12 +02:00