semshi
semshi copied to clipboard
🌈 Semantic Highlighting for Python in Neovim
At the moment, i'm working with some people that are into jupyter notebooks, but editing python in a web-GUI instead of vim seems bizarre to me. With `jupytext` and [`jupytext.vim`](https://github.com/goerz/jupytext.vim)...
Semshi did not highlight when I enter the nvim, only starts after I call :PlugInstall command of vim-plug. Anybody knows why?  
Semshi is a great piece of code. It's very useful and helpful. But, apparently, Semshi has issues with files containing the following line: from __future__ import annotations When I edit...
Currently, syntax errors are highlighted after some delay when you are stop typing in insert mode as seen here:  Is there a way to disable highlighting syntax errors while...
Neovim version: NVIM v0.6.0-dev+1556-gc642f3ac2, but it happens in v0.5.0 release as well ``` error caught in async handler '.../vim/plugged/semshi/rplugin/python3/semshi:function:SemshiVimResized [[71, 102]]' Traceback (most recent call last): File ".../vim/plugged/semshi/rplugin/python3/semshi/plugin.py", line 91,...
This runs perfectly fine but shows an error when syntax highlighted.
Hi, love semshi so far. I have been playing around with the colors. How do I customize the highlight color of the `and` and `or` keywords? Here is a picture...
I added as below ``` Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins', 'for' :['python', 'vim-plug'] } ``` what happened? ``` Error detected while processing function 52_filetype_changed: line 4: E492: Not an editor...
As the title states, and I do recall it being discussed in chats (zulip, iirc)/forums, but it has been a minute since then. Is there any news on where this...