Files
LSP_Manager/README.md

11 lines
370 B
Markdown
Raw Normal View History

2024-09-04 00:59:52 -05:00
# 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.
2024-09-04 05:43:59 +00:00
### Requirements
* PyGObject (Gtk introspection library)
* pyxdg (Desktop ".desktop" file parser)
* setproctitle (Define process title to search and kill more easily)
2024-09-04 00:59:52 -05:00
### Note
WIP