neovim/my_snippets
iGor milhit 93a825e952
completion: add completion for text in the buffer
- 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>
2023-08-23 15:09:20 +02:00
..
boilerplate.html snippets: load my own, add markdown snippets 2023-08-23 08:31:22 +02:00
markdown.lua completion: add completion for text in the buffer 2023-08-23 15:09:20 +02:00
template.md snippets: load my own, add markdown snippets 2023-08-23 08:31:22 +02:00