semshi icon indicating copy to clipboard operation
semshi copied to clipboard

🌈 Semantic Highlighting for Python in Neovim

Results 64 semshi issues
Sort by recently updated
recently updated
newest added

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? ![image](https://user-images.githubusercontent.com/37005975/175883121-3df3870e-6297-4c5c-a3bd-76d00d7f69ab.png) ![image](https://user-images.githubusercontent.com/37005975/175883194-8f0f9edc-831d-4794-9d6a-61859f1c0c31.png)

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: ![image](https://user-images.githubusercontent.com/1718745/149189025-210cb1ff-53d2-4b79-8d63-e36b5a09f0f5.png) 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...