semshi icon indicating copy to clipboard operation
semshi copied to clipboard

🌈 Semantic Highlighting for Python in Neovim

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

When opening a Python file, I see the message `:Semshi not found. Run :UpdateRemotePlugins` After running that command, I get the message `remote/host: python3 host registered plugins []` I'm unsure...

I tried installing Semshi using Lazy and the default settings but i get the following error after running `UpdateRemotePlugin`: ``` unction remote#host#UpdateRemotePlugins[6]..29_RegistrationCommands[15]..remote#host#Require, line 10 Vim(let):E117: Unknown function: provider#python3#Require remote/host: generated...

New syntax in python 3.12 - [x] [PEP-709](https://peps.python.org/pep-0709) [Inlined Comprehensions](https://docs.python.org/3.12/whatsnew/3.12.html#whatsnew312-pep709) - #17 - [ ] [PEP-695](https://peps.python.org/pep-0695/) [Type Parameters (Generic)](https://docs.python.org/3.12/whatsnew/3.12.html#whatsnew312-pep695) - [ ] [The new `type` statement](https://docs.python.org/3.12/reference/simple_stmts.html#type)

Hello, how could i have the functionality to change the double quoted string, number/floats etc aswell. i dont mind if this is not added to the plugin, probably not everybody...

Add new highlight group 'semshiKeyword' Fixes #7.

Hi, I just want to put this out here as a potential discussion. Currently Semshi applies some certain highlighting colors irrespective of the colorscheme. With the rise of LSP Semantic...

enhancement

![maim-2023 04 09 16 39 56](https://user-images.githubusercontent.com/15631555/230797768-ab48302e-cbe2-4956-a2fc-00dbaa3e4752.png) In this screenshot, the `pprint` is highlighted with `DianosticUnnecessary` (linked to `Comment`), but `semshiImported` overwrote it. Is it possible to change the highlight priority...

Basically same as https://github.com/numirias/semshi/issues/78#issue-613313041 ![image](https://user-images.githubusercontent.com/104329992/224875268-832df5c7-c80f-4e2a-988b-dbf81312c161.png) I think it would be nice to have the left-hand side keywords highlighted. Many thanks.

new feature