- Rewrites the LSP configuration to neovim v0.11+ capabilities in the
mason.lua file.
- Adapts the completion configuration accordingly.
- Removes lsp-zero unnecessary plugin.
- Removes the nvim-lsp-file-operations plugin that I never use.
- Removes deprecated keybindings for diagnostics.
- Removes branch options when installing venv-selector.
- Updates options for JSON folding.
- Updates the README accordingly.
- I have been helped by the Kimi language model provided by the Kagi
assistant interface.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>
- Adds an empty module options to avoid warning.
- Indents the disabled language list, in order to add some easily.
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>