Commit Graph

7 Commits (fix-treesitter)

Author SHA1 Message Date
iGor milhit b09dc7e748
plugins: update the treesitter configuration
- Updates the treesitter configruation according to the API
  documentation.
- Updates the mkdnflow configuration according to the documentation.
- Forces the filetype of *.md files before mkdnflow is loaded.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-02-19 14:01:55 +01:00
iGor milhit 81979d0537
plugins: update some config to plugins evolution
- Reorders and simplifies the filetypes config for mkdnflow according
  to its evolution.
- Removes a tailing `s` to the nvim-treesitter config.
- Follow the last tag of Telescope.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-02-18 10:52:49 +01:00
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
iGor milhit bd142e38b1
plugins: folds .md frontmatter and code blocks
- 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>
2024-10-10 14:40:45 +02:00
iGor milhit 014b8d7bd5
keymaps: set prefixes to improve search experience
Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-22 16:31:49 +02:00
iGor milhit 28fdaddcf8
plugins: add a keymap to display markdown TOC
Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-20 16:23:24 +02:00
iGor milhit fe25313c23
global: rewrite configuration from scratch
- 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>
2024-08-08 11:33:12 +02:00