Commit Graph

8 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 f38196b573
config: remove the python virtualenv
- Removes the python virtualenv has pynvim is installed through uv and
  manages itself the virtual environment.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-02-18 11:21:56 +01:00
iGor milhit 5c9c87d0c4
config: fix the python venv path
Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-02-18 11:11:53 +01:00
iGor milhit 7ed9489460
wip config: python provider
Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-02-18 11:11:53 +01:00
iGor milhit 5a4aef50cd
plugins: rewrite the LSP configuration
- 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>
2025-12-19 13:57:25 +01:00
iGor milhit 3e3d308717
core: add a python provider configuration
- Adds a configuration to use a virtual environment as the python
  provider.
- Documents it shortly.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-10-04 08:24:33 +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 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