- Add completion capabilities for paths.
- Add to the pandoc filetype the markdown snippets.
- Add a markdown template for new files created inside mkdnflow.
- Add all useful filetypes for mkdnflow.
- Add a keymap to fuzzy search open buffers (<leader>sb).
- Removes the `vim.env.HOME` variable in the python3 provider, as it is
not working properly.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- 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.
- Sets the python virtualenv as python3 provider.
- Updates the English dictionnaries.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds mkdnflow plugin to add some notebook features.
- Removes the markdown and markdown_inline parsers for treesitter as it
is not compatible with vim-pandoc-syntax (or the other way round).
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>