Commit Graph

2 Commits (47fab5a70d50520eb5c3061241a6892e0abe7571)

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