iGor milhit
bdd504d9b0
linting: move from neomake to syntastic
...
* Removes neomake plugin and configuration.
* Install the syntastic plugin.
* Configure scss_lint for SCSS linting (requires scss_lint gem).
https://github.com/vim-syntastic/syntastic
https://github.com/sds/scss-lint
Co-Authored-by: iGor milhit <igor@milhit.ch>
2020-10-27 20:59:15 +01:00
iGor milhit
e5d9cec66f
spell: add grammalecte plugin
...
* Adds grammalecte to get grammar check in French with the command
`:GrammalecteCheck`.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-10-27 20:22:42 +01:00
iGor milhit
14484cc982
search: add fzf support
...
* Installs vim-fzf plugin.
* Reformats and updates the README.md
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-10-25 18:33:13 +01:00
iGor milhit
f448e33fe4
vimgrep: add vim-ripgrep to use ripgreg
...
* 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>
2020-10-14 16:18:43 +02:00
iGor milhit
2461aca883
plugins: add a simple todo list management plugin
...
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-17 13:40:04 +02:00
iGor milhit
7042786431
plugins: clean plugins usage
...
* 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>
2020-06-15 06:53:49 +02:00
iGor milhit
e96c88de61
init.vim: add a minimal configuration
...
For debugging purpose, I use a minimal neovim configuration that helps
me identify confirguration errors.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-14 09:27:59 +02:00
iGor milhit
e201c9d5ea
plugins: fix error with markdown file type
...
* 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>
2020-06-14 09:26:12 +02:00
iGor milhit
4172801383
spell: add spell dictionaries changes
...
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-08 07:59:24 +02:00
iGor milhit
17af06c00a
python: configure provider inside a virtualenv
...
This should helps autocomplete and linting for python, when working
inside a virtualenv in which no python-neovim is installed.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-20 21:23:16 +02:00
iGor milhit
8e4a32e385
rst: update rst plugins
...
The github repos change it's name and URL.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-20 07:28:20 +02:00
iGor milhit
3f1d74ba18
colorscheme: install nord theme and update config
...
* Adds new plugin for nord colorscheme.
* Updates colorscheme accordingly.
* Updates vim-airline theme.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-13 21:20:53 +02:00
iGor milhit
393900e61c
plugings: use vim-pandoc instead of pencil
...
* Uses vim-pandoc instead of pencil because it handles better the hard
wrap.
* Adds map binding to use hard or soft wrap and to enable or disable
autoformat (vim-pandoc).
* Adds configuration for specific text width and column lines for git
commit messages.
* Set spelllang to English for git commit messages.
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2020-04-29 16:23:20 +02:00
iGor milhit
8d840e4077
display: dark mode
...
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2020-02-24 08:27:29 +01:00
iGor milhit
34a69f064d
spell: set spell and spelllang
...
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2019-09-30 07:47:25 +02:00
iGor milhit
68dda54569
python IDE: add isort plugin and config
...
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2019-09-05 17:41:10 +02:00
iGor milhit
f9291da301
settings: unumber the terminal buffer
...
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2019-08-29 08:28:45 +02:00
iGor milhit
b29aeeef27
python: make vim a python IDE
...
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2019-08-28 07:38:38 +02:00
iGor milhit
799c65ff3e
markdown: move from vim-pandoc to pencil
...
* NEW Removes vim-pandoc and adds pencil
* But keeps vim-pandoc-syntax to improve markdown syntax support
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2019-08-27 06:44:27 +02:00
iGor milhit
72718d517e
init: remove what is unused
...
* BETTER Cleans unused or duplicate settings.
* BETTER Cleans unused plugins.
Co-Authored-by: Igor Milhit <igor.milhit@rero.ch>
2019-08-22 08:00:26 +02:00
iGor milhit
e81af331a6
nerdTREE: open nerdTREE at startup
...
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2019-08-21 08:23:38 +02:00
iGor milhit
c5d227c527
vim-pandoc: set the markdown wrapping method
...
* NEW Enables vim-pandoc formatting module and set it to hard wrap at 79
columns.
* Updates the local language dictionaries.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2019-08-21 08:22:46 +02:00
iGor milhit
eefd1e7317
plugins: add nerdtree-git-plugin
...
* Updates the fr spell files.
Co-Authored-by: Igor Milhit <igor.milhit@rero.ch>
2019-07-04 08:54:47 +02:00
iGor milhit
8e27827f3f
plugins: markdown-preview.nvim
...
* NEW Removes livedown preview.
* NEW Adds markdown-preview.nvim.
* NEW Updates the README.
Signed-off-by: iGor milhit <igor@milhit.ch>
2019-04-25 19:15:26 +02:00
iGor milhit
261b0d4764
plugins: floobits
...
* NEW Removes floobits.
Signed-off-by: iGor milhit <igor@milhit.ch>
2019-04-15 07:10:20 +02:00
iGor milhit
b9c58948b9
ctrlp: match window
...
* NEW Sets the match window.
Signed-off-by: iGor milhit <igor@milhit.ch>
2019-04-15 06:53:23 +02:00
iGor milhit
b901b42284
neovim: dictionaries
...
Signed-off-by: iGor milhit <igor@milhit.ch>
2019-04-15 06:45:38 +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
2f241070cf
theme: solarized dark theme
...
Signed-off-by: iGor milhit <igor@milhit.ch>
2018-10-19 09:08:27 +02:00
iGor milhit
7e22299930
fix: 4 spaces indentation for JSON too
2018-03-06 09:06:51 +01:00
iGor milhit
83255688f9
feat: improve search and mode indication
2018-03-01 16:16:37 +01:00
iGor milhit
b516ede8ce
feat: consider jsonld as json
2018-03-01 15:00:20 +01:00
iGor milhit
1506fc3f05
feat: add words
2018-03-01 14:55:01 +01:00
iGor milhit
31367fdf0c
feat: change background color to light
2018-02-21 09:21:19 +01:00
iGor milhit
54e3187cac
feat: update the french dictionnary
2018-02-15 07:24:50 +01:00
iGor milhit
9a51ad4e72
feat: configuration for md files
2018-02-15 07:24:12 +01:00
iGor milhit
869cc89254
feat: specific wrap settings for md
2017-12-19 16:33:26 +01:00
iGor milhit
6e1bb0d414
feat: add sensible pluging
2017-12-11 06:27:23 +01:00
iGor milhit
11b52d4fdb
feat: add nerdtree plugin
2017-12-10 10:59:45 +01:00
iGor milhit
c38ee5e78a
refact: improve indent, reogranise, simplify
2017-12-10 10:48:12 +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
c090b469d3
feat: change vim-commentary to the tpope
2017-11-20 05:38:37 +01:00
iGor milhit
fa7300b1ab
fix: clean trailing spaces
2017-11-19 11:41:49 +01:00
iGor milhit
dad294008c
feat: dark background color
2017-11-19 09:47:27 +01:00
iGor milhit
2027a09352
feat: add fuzzy search and comment plugins
2017-11-16 11:13:13 +01:00
iGor milhit
f85b36f6ca
feat: add vim-flake8 plugin
2017-10-31 17:10:16 +01:00
iGor milhit
d055027aba
fix: vimplug update
2017-10-31 17:09:21 +01:00
iGor milhit
0ddca4e06a
fix: add jedi-vim plugin (autocompletion)
2017-09-04 11:17:22 +02:00
iGor milhit
b35158ce60
feat: add rst live preview and document setup
2017-08-16 12:10:24 +02:00
iGor milhit
d8fa7a9dbc
feat: add `riv.vim` plugin (rst)
2017-08-16 08:59:15 +02:00