- Installe les parsers pour markdown et markdown_inline.
- Ajoute et configure le plugins pour le colorscheme Nordic.
- Paramètre la correction orthographique pour l'anglais, le français et
l'allemand.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Ajoute le plugin `markdown-preview.nvim` pour le preview.
- Ajoute les deux plugins vim-pandoc pour le support de la syntaxe
markdown et pour les exports via pandoc.
- Définit des options de base (largeur maximale de 79 caractères.
- Restore les règles du `.gitignore` du projet kickstart.nvim.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Copies all kickstart files here.
- Rename my config to init.vim.save.
- Add the markdown preview plugin.
- Add the neo-tree plugin, as explained in the REAME.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Create a new folder for snippets.
- Creates an HTML snippet.
- Creates a Markdown snippet.
- Adds auto commands in the configuration to fill in new buffer with the
snippets.
- Documents the creation of the symlink in the README in order to get
the snippets working.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Simplifies the README.
- Adds a requirements.txt with python depedencies for the virtualenv.
- Removes mentions of unused plugins and unnecessary depedencies.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Moves the lua block because it breaks the file color syntax.
- Disables mkdnflow modules that I don't use and that break my own
settings (lists indentation).
- Adds a TODO for evaluating the feasability to replace vim-table by the
tables module of mkdnflow.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Removes key mapping for the coc-completion which does not use the
built-in vim completion mechanism anymore.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>