- 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.
- Adds completion capabilities for paths.
- Adds to the pandoc filetype the markdown snippets.
- Adds a markdown template for new files created inside mkdnflow.
- Adds all useful filetypes for mkdnflow.
- Adds a keymap to fuzzy search open buffers (<leader>sb).
- Updates the English dictionnaries.
- Installs the German dictionnaires.
- Fixes the concatenation of strings for the pyenv path.
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>