- Installs the edge and onehalf color schemes plugins.
- Removes the tokyonight color schemes.
- Sets edge light as main color scheme and as airline theme.
- Sets a background color for the selected item in the COC suggestion
menu.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Replaces the python virtualenv hard path by the $HOME environment
variable in order to adapt to the user setting.
* Corrects a github URL to avoid the gitmemory one.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Delete unused `termguicolors` option.
* Improve readability of the memory option for autofs directories.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Adds the devicons plugin that can display icons with the help of nerd
patched fonts in some other plugins.
* Update the README accordingly, in the requirements section.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Writes a clearer description on how I'm using neovim.
* Improves the documentation on my use of vim-plug.
* Begins to list the python dependencies.
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>
* Removes neomake plugin and configuration.
* Installs the syntastic plugin.
* Configures scss_lint for SCSS linting (requires scss_lint gem).
* Configures python linters to avoid pylint (requires pep8, flake8,
pyflakes, pycodestyle, pyflakes).
* Adds part of recommended syntastic configuration.
* Removes unused plugins such as vim-json (and its configuration).
* Improves a little bit the structure and readability of the file.
* Adds missing documentation.
* Update the README.md with missing requirements.
https://github.com/vim-syntastic/syntastichttps://github.com/sds/scss-lint
Co-Authored-by: iGor milhit <igor@milhit.ch>
* 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>