Commit Graph

4 Commits (d0d30fea68b9bcbf698bbe22f22e333df1c5578d)

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
iGor milhit f5816f3639
json: add configuration for JSON
- 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>
2023-08-23 15:11:34 +02:00