- Creates a new file for custom HTML snippets.
- Adds three snippets to be used when updating the clinical medicine
library portal with bibliographic descriptions:
- A main HTML structure with CSS styling.
- An item with some bibliographic description examples.
- A list item with a link to an ebook online.
- Improves the LuaSnip configuration and moves it outside the nvim-cmp
configuration.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Fixes the front matter for the incremental notes files, removing
unnecessary metadata and adding the id.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Sets the `inccommand` option to `nosplit` to preview the changes
before accepting them with the substitute command.
- Removes unused configuration.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Sets the `perspective.priority` to `current` to get the follow link
feature behaves as I need, relative to the current buffer.
- Fixes the new file template to avoid a blank column at the begining
(results in an invalid YAML syntax).
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Grammalecte is a French language checker. This plugin requires the
python package `Grammalecte` that provide `grammalecte-cli` and
`grammalecte-server`.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Set the keyword_length to 4 in order to lighten the buffer completion.
- Add a markdown snippet to add a tags line in my incremental notes.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Ensures to use the legacy tag for the fidget plugin, as it will be
under active development and rewritting.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Adds completion capabilities for text (in the current buffer), with
the help of `cmp-buffer`).
- Expand the French dictionnary.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds the ToogleTerm plugin that allows to improve the managment of
terminal buffers.
- Configures it.
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- Disables the foldcolumn which displays the fold level.
- Removes the backdrop to get a better color experience.
- Removes the colorcolumn in zen mode.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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.
- Adds a markdown snippet to get the number of the curret day.
- Adds a markdown snippet to get the current date.
- Improves the syntax of the markdown snippets descriptions.
- Documents the feature of the plugin that provides the snippets search
through telescope.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds a snippet to create a link in markdown reference syntax.
- Adds a frontmatter snippet for my INC notes.
- Replace the fronmatter snippet for markdown with a formatted one,
easier to read.
- Improves the description of my markdown snippets.
- Enables the search highlighting.
- Removes unnecessary lualine separator.
- Renames the neo-tree plugin file.
- Lazy loads the zen-mode for markdown files.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Renames the snippets folder to my_snippets.
- Loads my snippets.
- Creates two snippet example available for all filetypes.
- Creates three snippets for markdown filetype.
- Adds the telescope luasnip plugin.
- Sets a keymaping to fuzzy search all available snippets (<leader>ss).
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
- 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>