{"id":44552089,"url":"https://github.com/softvisio/softvisio.nvim","last_synced_at":"2026-04-03T19:01:46.744Z","repository":{"id":287767133,"uuid":"965726081","full_name":"softvisio/softvisio.nvim","owner":"softvisio","description":"@softvisio/cli LSP Neovim integration","archived":false,"fork":false,"pushed_at":"2026-03-30T12:02:05.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T13:24:49.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/softvisio/softvisio.nvim","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/softvisio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-13T19:21:11.000Z","updated_at":"2026-03-30T12:02:09.000Z","dependencies_parsed_at":"2025-04-13T20:32:58.152Z","dependency_job_id":"fd5f1f59-fd3d-40d2-8ebd-d3b4c325b363","html_url":"https://github.com/softvisio/softvisio.nvim","commit_stats":null,"previous_names":["zdm/softvisio-cli.nvim","zdm/softvisio.nvim","softvisio/softvisio.nvim"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/softvisio/softvisio.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fsoftvisio.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fsoftvisio.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fsoftvisio.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fsoftvisio.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softvisio","download_url":"https://codeload.github.com/softvisio/softvisio.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvisio%2Fsoftvisio.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31371642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-13T19:34:54.904Z","updated_at":"2026-04-03T19:01:46.737Z","avatar_url":"https://github.com/softvisio.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `softvisio.nvim`\n\n`@softvisio/cli` LSP server integration for `Neovim`.\n\n## Requirements\n\n1. `@softvisio/cli` `npm` package, installed globally.\n\nAdd registry for `@softvisio` namespace to your `.npmrc`:\n\n```\n@softvisio:registry = https://npm.pkg.github.com/\n```\n\nInstall `@softvisio/cli`:\n\n```sh\nnpm install --global @softvisio/cli\n```\n\n## Setup\n\n```lua\nreturn {\n    {\n        \"softvisio/softvisio.nvim\",\n        tag = \"latest\",\n        dependencies = {\n            \"nvim-telescope/telescope.nvim\",\n        },\n        cmd = \"S\",\n        keys = {\n            {\n                \"\u003cLeader\u003esd\",\n                \"\u003cCMD\u003eS lint format\u003cCR\u003e\",\n                mode = { \"n\", \"i\", \"v\", \"s\" },\n                desc = \"Lint buffer using default rules\",\n            },\n            {\n                \"\u003cLeader\u003esf\",\n                \"\u003cCMD\u003eS lint lint\u003cCR\u003e\",\n                mode = { \"n\", \"i\", \"v\", \"s\" },\n                desc = \"Lint buffer\",\n            },\n            {\n                \"\u003cLeader\u003esc\",\n                \"\u003cCMD\u003eS lint compress\u003cCR\u003e\",\n                mode = { \"n\", \"i\", \"v\", \"s\" },\n                desc = \"Compress buffer\",\n            },\n            {\n                \"\u003cLeader\u003eso\",\n                \"\u003cCMD\u003eS lint obfuscate\u003cCR\u003e\",\n                mode = { \"n\", \"i\", \"v\", \"s\" },\n                desc = \"Obfuscate buffer\",\n            },\n        },\n        config = function ()\n            require( \"softvisio\" ).setup( {\n                hostname = \"127.0.0.1\",\n                port = 55556,\n                auto_attach = false,\n                timeout = 60000,\n                ignored_filetypes = {\n                    \"DiffviewFileHistory\",\n                    \"DiffviewFiles\",\n                    \"gitgraph\",\n                    \"help\",\n                    \"man\",\n                    \"TelescopePrompt\",\n                },\n            } )\n        end\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftvisio%2Fsoftvisio.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftvisio%2Fsoftvisio.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftvisio%2Fsoftvisio.nvim/lists"}