- Renames the snippets folder to my_snippets.
- Lazy loads my snippets.
- Creates two snippet example available for all filetypes.
- Creates three snippets for markdown filetype.
- Creates a markdown snippet to get the number of the curret day.
- Creates a markdown snippet to get the current date.
- Creates a snippet to create a link in markdown reference syntax.
- Creates a generic frontmatter snippet.
- Creates a frontmatter snippet for my incremental notes (journal).
- Improves the description and description syntax of my markdown
snippets.
- Adds the telescope luasnip plugin.
- Sets a keymaping to fuzzy search all available snippets (<leader>ss).
- Documents the feature of the plugin that provides the snippets search
through telescope.
- Enables the search highlighting.
- Removes unnecessary lualine separator.
- Renames the neo-tree plugin file.
- Lazy loads the zen-mode for markdown files.
- Installs and configure texlab which provides LSP and linter for LaTeX.
Should also allow to build a project, but It is failling right now, I
don't get why.
Co-Authored-by: iGor milhit <igor@milhit.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.
- 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 `markdown-preview.nvim` plugin.
- Adds the two `vim-pandoc` and `vim-pandoc-syntax` for the support of
markdown syntax and for file conversions with pandoc.
- Sets basic options (max width of 79 chars).
- Restores the `.gitignore` rules of the kickstart.nvim project.
- Adds and configures the Nordic colorscheme plugin.
- Sets the English, French and German spelling.
- Adds the `mkdnflow` plugin to get notebook features.
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>