Go to file
itdominator 63eec6f1af Refactored buttons and call structures 2024-09-07 20:10:52 -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 Refactored buttons and call structures 2024-09-07 20:10:52 -05:00
user_config Removed unused code; cleanup 2024-09-06 22:33:25 -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 Updated LSP init settings; added init references; can hide languages 2024-09-06 22:19:49 -05:00
requirements.txt Updated LSP init settings; added init references; can hide languages 2024-09-06 22:19:49 -05: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)
  • python-lsp-server[all] (Python LSP)

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.