Commit Graph

3 Commits (0405d288607b24eb4ca07d62fac5cf8fcd88385b)

Author SHA1 Message Date
iGor milhit d0d30fea68
markdown: adds the vim-markdown plugins
Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-09-19 16:33:33 +02:00
iGor milhit 35320a2a84
markdown: try to improve markdown folding
- Makes rid of treesitter for markdown folding and use the build-in
  vim-markdown plugin features.
- Removes configuration (and uninstall) marksman.

But, still, as the YAML frontmatter isn't well recognized, the folding
method folds it's last line.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-09-15 10:28:38 +02:00
iGor milhit 47fab5a70d
markdown: remove the pandoc plugins
- Removes the pandoc plugins, as there is (only on my laptop), a
  conflict between the vim-pandoc* plugins and treesitter.
- Configure the folding feature for markdown files based on treesitter.
- Add in the configuration some markdown modules to be installed by
  treesitter.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-09-15 08:17:48 +02:00