neovim/after/ftplugin
iGor milhit fb7282fea4
plugins: configure environment for quarto
- 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).
- Support quarto file by mkdnflow plugin.
- Documents very shortly the added plugins in the README.
- Removes conceal option on markdwon filetype as it is the same setting
  as globally.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-12-18 09:30:08 +01:00
..
html.lua html: unset the textwidth for html filetype 2024-05-16 12:06:44 +02:00
json.lua json: add configuration for JSON 2024-05-16 12:06:43 +02:00
markdown.lua plugins: configure environment for quarto 2024-12-18 09:30:08 +01:00
pandoc.lua plugins: folds .md frontmatter and code blocks 2024-10-10 14:40:45 +02:00
quarto.lua plugins: configure environment for quarto 2024-12-18 09:30:08 +01:00