- Adds a snippet useful when writting markdown content in hugo that
helps using a shortcode for a blockquote, with language code, author,
title, link and the quoted text.
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 completion capabilities for text (in the current buffer), with
the help of `cmp-buffer`).
- Set the keyword_length to 4 in order to lighten the buffer completion.
- 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.
- Add a markdown snippet to add a tags line in my incremental notes
(journal).
- Expand the French dictionnary.
Co-Authored-by: iGor milhit <igor@milhit.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>