- 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>
- 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>
- Adds the `json` parser to the treesitter languages for linting
purpose.
- Adds `jsonls` as language server provider for JSON.
- Creates the `after/ftplugin` folders.
- Sets specific settings for JSON for folding method.
Co-Authored-by: iGor milhit <igor@milhit.ch>