- 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>
- Set the keyword_length to 4 in order to lighten the buffer completion.
- Add a markdown snippet to add a tags line in my incremental notes.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds completion capabilities for text (in the current buffer), with
the help of `cmp-buffer`).
- Expand the French dictionnary.
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>
- 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>