Go to file
itdominator cfa718df88 Temporary path changes; README updates; fixes 2024-09-04 01:31:21 -05:00
images Temporary path changes; README updates; fixes 2024-09-04 01:31:21 -05:00
plugins Initial commit 2024-09-04 05:43:59 +00:00
src Temporary path changes; README updates; fixes 2024-09-04 01:31:21 -05:00
user_config initial push 2024-09-04 00:59:52 -05:00
.gitignore Initial commit 2024-09-04 05:43:59 +00:00
LICENSE Initial commit 2024-09-04 05:43:59 +00:00
README.md Temporary path changes; README updates; fixes 2024-09-04 01:31:21 -05:00
requirements.txt Initial commit 2024-09-04 05:43:59 +00:00

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

TODO

  • Refactor widgets and do proper separation of concerns. (Now that I can successfully make crafted queries).
  • Remove helpful defaulting of paths given they're system specific.

Images

1 LSP Manager Window.