- Sets the `perspective.priority` to `current` to get the follow link
feature behaves as I need, relative to the current buffer.
- Fixes the new file template to avoid a blank column at the begining
(results in an invalid YAML syntax).
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Grammalecte is a French language checker. This plugin requires the
python package `Grammalecte` that provide `grammalecte-cli` and
`grammalecte-server`.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds the ToogleTerm plugin that allows to improve the managment of
terminal buffers.
- Configures it.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Disables the foldcolumn which displays the fold level.
- Removes the backdrop to get a better color experience.
- Removes the colorcolumn in zen mode.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds a snippet to create a link in markdown reference syntax.
- Adds a frontmatter snippet for my INC notes.
- Replace the fronmatter snippet for markdown with a formatted one,
easier to read.
- Improves the description of my markdown snippets.
- Enables the search highlighting.
- Removes unnecessary lualine separator.
- Renames the neo-tree plugin file.
- Lazy loads the zen-mode for markdown files.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>
- 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>
- 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>
- 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>
- 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>