{"id":21579319,"url":"https://github.com/neandertech/nvim-langoustine","last_synced_at":"2025-03-18T07:41:59.197Z","repository":{"id":65066676,"uuid":"581252911","full_name":"neandertech/nvim-langoustine","owner":"neandertech","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-23T18:32:19.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T14:22:08.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neandertech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-22T17:15:58.000Z","updated_at":"2023-03-02T03:24:58.000Z","dependencies_parsed_at":"2023-01-01T05:00:24.519Z","dependency_job_id":null,"html_url":"https://github.com/neandertech/nvim-langoustine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neandertech%2Fnvim-langoustine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neandertech%2Fnvim-langoustine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neandertech%2Fnvim-langoustine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neandertech%2Fnvim-langoustine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neandertech","download_url":"https://codeload.github.com/neandertech/nvim-langoustine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181233,"owners_count":20411601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T13:12:58.783Z","updated_at":"2025-03-18T07:41:59.171Z","avatar_url":"https://github.com/neandertech.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"This plugin provides a VERY basic automation to restart any LSP client \nwith [tracing](https://neandertech.github.io/langoustine/tracer.html) enabled.\n\n```lua\nuse({\n    \"neandertech/nvim-langoustine\",\n    requires = {\n      { \"nvim-telescope/telescope.nvim\" }\n    },\n})\n```\n\nIt is packaged as a Telescope extension, so you will need to load it as such (this goes into your `init.lua`):\n\n```lua\nrequire('telescope').load_extension 'langoustine'\n```\n\nYou can then invoke (or bind to a hotkey) the following command:\n\n```lua\n:Telescope langoustine enable_lsp_tracer\n```\n\nWhat this plugin does is replace the original command `cmd` which was used to start LSP server \nwith a modified command that prepends langoustine tracer parameters.\n\nBy default it prepends `langoustine-tracer trace` - assuming you have a `langoustine-tracer` binary set up\nglobally.\n\nYou can modify that by configuring the extensions section when you set up telescope:\n\n```lua \n  require(\"telescope\").setup({\n    extensions = {\n      langoustine = {\n        command_prefix = { \"langoustine-tracer-dev\", \"trace\" }\n      }\n    }\n  })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneandertech%2Fnvim-langoustine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneandertech%2Fnvim-langoustine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneandertech%2Fnvim-langoustine/lists"}