- Supports non ASCII chars in text completion (cmp-buffer).
- Restore the luasnip configuration inside the nvim-cmp configuration,
as it is indeed closely related. I didn't understood it in the first
place.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Creates a new file for custom HTML snippets.
- Creates three snippets to be used when updating the clinical medicine
library portal with bibliographic descriptions:
- A main HTML structure with CSS styling.
- An item with some bibliographic description examples.
- A list item with a link to an ebook online.
- Creates a snippet for commit message to save working hours.
- Creates snippet for incremental note commits.
- Creates snippet for AoU stats commits.
- Removes redundant markdown snippets for the date.
- Improves the markdown snippet for incremental note entry.
- Improves the LuaSnip configuration and moves it outside the nvim-cmp
configuration.
- Increments the French personal dictionary.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds the `json` parser to the treesitter languages for linting
purpose.
- Adds `jsonls` as language server provider for JSON.
- Creates the `after/ftplugin` folders.
- Sets specific settings for JSON for folding method.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Fixes the front matter for the incremental notes files, removing
unnecessary metadata and adding the id.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Sets the `inccommand` option to `nosplit` to preview the changes
before accepting them with the substitute command.
- Removes unused configuration.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>
- 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>
- Ensures to use the legacy tag for the fidget plugin, as it will be
under active development and rewritting.
Co-Authored-by: iGor milhit <igor.milhit@unige.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>
- Fixes the markdown preview node package installation.
- Removes the markdown preview theme configuration.
- Adds the ToggleTerm plugin that allows to improve the managment of
terminal buffers and configures it.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Renames the snippets folder to my_snippets.
- Lazy loads my snippets.
- Creates two snippet example available for all filetypes.
- Creates three snippets for markdown filetype.
- Creates a markdown snippet to get the number of the curret day.
- Creates a markdown snippet to get the current date.
- Creates a snippet to create a link in markdown reference syntax.
- Creates a generic frontmatter snippet.
- Creates a frontmatter snippet for my incremental notes (journal).
- Improves the description and description syntax of my markdown
snippets.
- Adds the telescope luasnip plugin.
- Sets a keymaping to fuzzy search all available snippets (<leader>ss).
- Documents the feature of the plugin that provides the snippets search
through telescope.
- Enables the search highlighting.
- Removes unnecessary lualine separator.
- Renames the neo-tree plugin file.
- Lazy loads the zen-mode for markdown files.
- Installs and configure texlab which provides LSP and linter for LaTeX.
Should also allow to build a project, but It is failling right now, I
don't get why.
Co-Authored-by: iGor milhit <igor@milhit.ch>