* Set ripgrep highlighting to true.
* Reset leader key to default (`\`).
* Harmonize all let statements without spaces before and after the `=`.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* Removes unused solarized colors plugin.
* Activates on filetype rst the rst related plugins.
* Removes commented instructions to set markdown filetype with
vim-pandoc-syntax, as it is useless with vim-pandoc.
* Removes unused pencil plugin.
* Moves nord color scheme plugin after the initialisation of pandoc
plugins.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* Moves vim-ployglot to the top of the plugin list, thus allowing it to
be overwritten by vim-pandoc and vim-pandoc syntax.
* Removes unused solarized colorscheme plugin.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
This should helps autocomplete and linting for python, when working
inside a virtualenv in which no python-neovim is installed.
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 Removes vim-pandoc and adds pencil
* But keeps vim-pandoc-syntax to improve markdown syntax support
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>