Commit Graph

9 Commits (376091e78d74c189a0e09830bf1f9747a77409d2)

Author SHA1 Message Date
iGor milhit 376091e78d
python: fix the pyenv path
- Fixes the concatenation of strings for the pyenv path.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-08 20:42:43 +02:00
iGor milhit aa2f3c9615
global: add completion capabilites
- Add completion capabilities for paths.
- Add to the pandoc filetype the markdown snippets.
- Add a markdown template for new files created inside mkdnflow.
- Add all useful filetypes for mkdnflow.
- Add a keymap to fuzzy search open buffers (<leader>sb).
- Removes the `vim.env.HOME` variable in the python3 provider, as it is
  not working properly.

Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
2023-06-08 16:51:37 +02:00
iGor milhit 8eafbbedd7
global: improve the configuration
- Adds the rainbow_csv plugin to improve CSV file support.
- Sets mutliple filetypes for markdown plugins (`pandoc`, `markdown`).
  - `mkdnflow`.
  - `markdownpreview`.
  - `marksman` language server (but it doesn't work for pandoc
    filetype).
- Sets folding level to 1 to fold from the level 2 headings.
- Sets the python virtualenv as python3 provider.
- Updates the English dictionnaries.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-07 11:30:31 +02:00
iGor milhit 6f316190e5
plugins: set autopairs, vim-surround
Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-06 07:16:34 +02:00
iGor milhit a6a823e0d3
markdown: add mkdnflow plugin
- Adds mkdnflow plugin to add some notebook features.
- Removes the markdown and markdown_inline parsers for treesitter as it
  is not compatible with vim-pandoc-syntax (or the other way round).

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-01 21:21:10 +02:00
iGor milhit 0485ae6ed5
plugins: remove vim-rhubarb (github related)
Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-01 07:20:55 +02:00
iGor milhit 1b188ceafd
markdown: améliore l'environnement markdown
- Installe les parsers pour markdown et markdown_inline.
- Ajoute et configure le plugins pour le colorscheme Nordic.
- Paramètre la correction orthographique pour l'anglais, le français et
  l'allemand.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-05-31 21:51:37 +02:00
iGor milhit 5c7726586f
markdown: ajoute des plugins pour le markdown
- Ajoute le plugin `markdown-preview.nvim` pour le preview.
- Ajoute les deux plugins vim-pandoc pour le support de la syntaxe
  markdown et pour les exports via pandoc.
- Définit des options de base (largeur maximale de 79 caractères.
- Restore les règles du `.gitignore` du projet kickstart.nvim.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-05-30 21:06:21 +02:00
iGor milhit 9cae3c7b03
global: rewrite neovim config based on kickstart
- Copies all kickstart files here.
- Rename my config to init.vim.save.
- Add the markdown preview plugin.
- Add the neo-tree plugin, as explained in the REAME.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-05-29 12:23:55 +02:00