jupyterlab-contrib / jupyterlab-vim

Vim notebook cell bindings for JupyterLab
https://jupyterlab-contrib.github.io/jupyterlab-vim.html
MIT License
661 stars 43 forks source link

Spell checking? #67

Closed SimonHeybrock closed 11 months ago

SimonHeybrock commented 1 year ago

Hi, and thanks for your work on this awesome plugin!

Is there a way to get spell-checking (especially in markdown cells) to work with jupyterlab-vim? I tried jupyterlab-spellchecker, but it seems it does not work in combination. :set spell is also not successful.

Any other options or solutions?

Thanks, Simon

krassowski commented 11 months ago

@SimonHeybrock as of JupyterLab 4.0 spellchecker and vim extensions (in both versions) work well together:

Screenshot from 2023-08-03 01-26-29

If there is a specific issue/conflict between the extensions please provide more details.

SimonHeybrock commented 11 months ago

Thanks, I think this can be closed then!