- Installs and configures the nvim-quarto plugin.
- Adds needed plugins and configuration from diving in the quarto
kickstart configuration, which is damn huge.
- Adds the marksman parser for markdown, with its configuration.
- Adds the quarto filetype to the pandoc pluging.
- Loads the markdown snippets for the quarto filetype.
- Adds language support for treesitter.
- Sets folding based on treesitter method for quarto files.
- Installs and configure vim-slime plugin in order to execute emmbedded
code (but it doesn't work as it misses a LOT of configuration).
- Documents very shortly the added plugins in the README.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Folds the frontmatter YAML and fenced code blocks in markdown file.
- Removes unneccessary filetype for lazy loading markdown plugins.
- Moves a markdownpreview settings that was wrongfully placed in the
pandoc plugin configuration.
- Lazy loads mkdnflow plugin for quarto filetype.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Allows me to better understand what are doing the installed plugins
and depedencies.
- Improves the structure of the configuration, in order to ease
the maintenance.
- Improves markdown experience, even if it can still be improved.
- Documents the configuration in the README file.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>