Compare commits

..

6 Commits

Author SHA1 Message Date
iGor milhit d72b73b9af
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-17 11:27:03 +02:00
iGor milhit 175cf395d8
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-17 11:27:03 +02:00
iGor milhit 9cf30ae89b
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-17 11:27:02 +02:00
iGor milhit 30c41bbdbe
git: ignore the spell directory
Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-10-17 11:27:02 +02:00
iGor milhit f9b7aa0279
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-10-17 11:27:02 +02:00
iGor milhit 7cb3422123
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-10-17 11:26:21 +02:00
1 changed files with 4 additions and 0 deletions

View File

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