- 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>
- 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 the tpope vim-repeat plugin.
* Avoid to track file changes in the cifs mounted directory, otherwise
neovim will need to access it when saving a file or closing.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Uses vim-pandoc instead of pencil because it handles better the hard
wrap.
* Adds map binding to use hard or soft wrap and to enable or disable
autoformat (vim-pandoc).
* Adds configuration for specific text width and column lines for git
commit messages.
* Set spelllang to English for git commit messages.
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
* NEW Enables vim-pandoc formatting module and set it to hard wrap at 79
columns.
* Updates the local language dictionaries.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* NEW Tries to implement autocompletion.
* BETTER Adds some rules in the gitignore.
* Reverts to light colors.
* Commits the spell changes.
Signed-off-by: iGor milhit <igor@milhit.ch>