Commit Graph

2 Commits (35320a2a849e1a1dc8f53a6c0552b3fa7e5887d4)

Author SHA1 Message Date
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