{"id":13484836,"url":"https://github.com/google/vimscript-language-server","last_synced_at":"2025-03-27T16:31:25.280Z","repository":{"id":49056002,"uuid":"284920645","full_name":"google/vimscript-language-server","owner":"google","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-09T20:52:56.000Z","size":135,"stargazers_count":393,"open_issues_count":6,"forks_count":15,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-22T00:42:48.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2020-08-04T08:22:47.000Z","updated_at":"2025-02-11T03:22:41.000Z","dependencies_parsed_at":"2024-10-30T18:42:17.244Z","dependency_job_id":null,"html_url":"https://github.com/google/vimscript-language-server","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/google%2Fvimscript-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fvimscript-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fvimscript-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fvimscript-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/vimscript-language-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245882402,"owners_count":20687879,"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-07-31T17:01:35.648Z","updated_at":"2025-03-27T16:31:24.927Z","avatar_url":"https://github.com/google.png","language":"Rust","readme":"[![Build Status](https://github.com/google/vimscript-language-server/workflows/Rust/badge.svg)](https://github.com/google/vimscript-language-server/actions)\n\n# Vim script Language Server\n\nImplementation of Language Server protocol for Vim script / vimL language in\nRust.\n\nThis project is still in very early development stage - it does not support all\nof Vim script syntax and most features are not implemented yet.\n\nThe long term goal is to implement Vim script AST that will allow for:\n\n* building language server\n* building Vim script formatter, that vim plugins could use in CI\n* building linter, that vim plugin could use in CI\n\nThe next steps:\n\n* perform additional analysis on AST (e.g. variable tracking), to allow for features like renaming,\n* build a foundation for formatter,\n* build a foundation for generic linter (so that custom checks can be added),\n* support all syntax of Vim script.\n\n\n## Setup\n\n### Build\n\n```shell\n$ cargo build\n```\n\nThen, copy built binary to a location that is in your PATH.\n\n### Configure in vim-lsp\n\n```vim\nif executable('vimscript-language-server')\n  au User lsp_setup call lsp#register_server({\n          \\ 'name': 'vimscript-language-server',\n          \\ 'cmd': {server_info-\u003e['vimscript-language-server']},\n          \\ 'whitelist': ['vim'],\n          \\ })\nendif\n```\n\n## Contributing\n\nSee [Contributing.md](CONTRIBUTING.md).\n\n--------------------------------------------------------------------------------\n\nThis is not an officially supported Google product\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fvimscript-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fvimscript-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fvimscript-language-server/lists"}