Compare commits

..

6 Commits

Author SHA1 Message Date
iGor milhit a7b535bbc8
plugins: add keymap for the command history picker
- Adds a keymap (<leader>ch) for the command history picker of
  telescope.
- Removes the kickstart big comment on top of the init.lua file.
- Removes the config file that I don't remember the utility.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-10-11 08:17:54 +02:00
iGor milhit 57f28c0b7c
plugins: remove the ZenMode plugin
- Removes the ZenMode plugin as I should have done long ago.
- Lazy loads the Rainbow CSV plugin.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-10-06 09:53:03 +02:00
iGor milhit 78cfbf1c10
plugins: update config to the ibl version 3
- Updates the configuration accordingly to the indent blankline plugin
  version 3.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-10-06 09:47:39 +02:00
iGor milhit e8ebd9f7ad
git: ignore the spell directory
Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-08-23 15:11:34 +02:00
iGor milhit f5816f3639
json: add configuration for JSON
- Adds the `json` parser to the treesitter languages for linting
  purpose.
- Adds `jsonls` as language server provider for JSON.
- Creates the `after/ftplugin` folders.
- Sets specific settings for JSON for folding method.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-08-23 15:11:34 +02:00
iGor milhit a478ee9829
snippets: add HTML and commit snippets
- Creates a new file for custom HTML snippets.
- Creates 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.
- Creates a snippet for commit message to save working hours.
- Creates snippet for incremental note commits.
- Creates snippet for AoU stats commits.
- Removes redundant markdown snippets for the date.
- Improves the markdown snippet for incremental note entry.
- Improves the LuaSnip configuration and moves it outside the nvim-cmp
  configuration.
- Increments the French personal dictionary.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-08-23 15:11:29 +02:00
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ return {
<article class="mc-{1}-main"> <article class="mc-{1}-main">
{2} {2}
<style> <style>
.mc-{1}-title {{
color: #cf0063;
font-size: xx-large;
}}
.mc-{1}-item > ul > li {{ .mc-{1}-item > ul > li {{
padding: 0 !important; padding: 0 !important;
}} }}