neovim/lua/core
iGor milhit 2b4328cda4
wip 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.
- 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>
2024-10-04 14:17:39 +02:00
..
init.lua core: add a python provider configuration 2024-10-04 08:24:33 +02:00
keymaps.lua global: rewrite configuration from scratch 2024-08-08 11:33:12 +02:00
options.lua wip plugins: configure environment for quarto 2024-10-04 14:17:39 +02:00
python-provider.lua core: add a python provider configuration 2024-10-04 08:24:33 +02:00