- Disables treesitter for markdown to avoid conflicts with vim-pandoc*
plugins.
- Sets the folding level to 1 for pandoc filetypes.
- Moves to a nord light theme.
- Fixes the treesitter configuration.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Enables `autowriteall` for markdown files (pandoc filteype, as I use
the vim-pandoc plugin).
- Modify the rules to ignore spell files.
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>