Commit Graph

8 Commits (3e3d308717b435f324b949e7eb14dfd2db56836c)

Author SHA1 Message Date
iGor milhit fe25313c23
global: rewrite configuration from scratch
- Allows me to better understand what are doing the installed plugins
  and depedencies.
- Improves the structure of the configuration, in order to ease
  the maintenance.
- Improves markdown experience, even if it can still be improved.
- Documents the configuration in the README file.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-08 11:33:12 +02:00
iGor milhit e4a0a7b220
markdown: enable autowriteall for markdown files
- Enables `autowriteall` for markdown files (pandoc filteype, as I use
  the vim-pandoc plugin).
- Modify the rules to ignore spell files.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-05-16 12:06:43 +02:00
iGor milhit e32e55cb82
projet: ignore the spell directory
Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-05-16 12:06:43 +02:00
iGor milhit 94adb9ba82
markdown: configure the markdown environment
- 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>
2024-05-16 12:06:20 +02:00
iGor milhit 76db67cdd3
neovim: autocompletion
* NEW Tries to implement autocompletion.
* BETTER Adds some rules in the gitignore.
* Reverts to light colors.
* Commits the spell changes.

Signed-off-by: iGor milhit <igor@milhit.ch>
2019-03-06 07:18:24 +01:00
iGor milhit cb84240178 feat: try ignore .spl and spell changes
Signed-off-by: iGor milhit <igor@milhit.ch>
2017-11-20 07:31:16 +01:00
Igor Milhit 6809339209
feat: configure `netrw` 2017-07-13 10:44:10 +02:00
Igor Milhit 9a9853e448
feat: start a brand new `neovim` setup 2017-07-13 10:06:09 +02:00