generated from itdominator/Python-With-Gtk-Template
itdominator 033cf5b27d | ||
---|---|---|
plugins | ||
src | ||
user_config | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt |
README.md
LSP Manager
A helpful tool to handle LSPs (Language Server Protocols) by creating the LSP process, sending client initialize and initialized messages, and allowing crafting of messages.
Requirements
- PyGObject (Gtk introspection library)
- pyxdg (Desktop ".desktop" file parser)
- setproctitle (Define process title to search and kill more easily)
Note
WIP