- 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>
- 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>
* 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>
* 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>
* 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>