{"id":13409578,"url":"https://github.com/idanarye/nvim-buffls","last_synced_at":"2025-06-17T07:39:33.564Z","repository":{"id":66033885,"uuid":"567829517","full_name":"idanarye/nvim-buffls","owner":"idanarye","description":"Add LSP functionality to specific Neovim buffers","archived":false,"fork":false,"pushed_at":"2025-01-14T21:05:37.000Z","size":55,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-28T08:45:00.132Z","etag":null,"topics":["editing-support","lsp-server","lua","neovim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idanarye.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2022-11-18T17:19:32.000Z","updated_at":"2025-01-14T21:05:20.000Z","dependencies_parsed_at":"2023-11-07T17:58:01.960Z","dependency_job_id":null,"html_url":"https://github.com/idanarye/nvim-buffls","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idanarye%2Fnvim-buffls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idanarye%2Fnvim-buffls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idanarye%2Fnvim-buffls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idanarye%2Fnvim-buffls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idanarye","download_url":"https://codeload.github.com/idanarye/nvim-buffls/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918587,"owners_count":20368745,"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":["editing-support","lsp-server","lua","neovim"],"created_at":"2024-07-30T20:01:02.104Z","updated_at":"2025-03-18T10:30:21.880Z","avatar_url":"https://github.com/idanarye.png","language":"Lua","readme":"[![CI Status](https://github.com/idanarye/nvim-buffls/workflows/CI/badge.svg)](https://github.com/idanarye/buffls/actions)\n\nINTRODUCTION\n============\n\nBuffLS is a [none-ls](https://github.com/nvimtools/none-ls.nvim) source for adding LSP-like functionality for a specific buffer. This is useful for small scripts that use Neovim buffers for input, and want to enhance their UX with things like custom completion or code actions. Writing a separate none-ls source for each such script is too cumbersome, so BuffLS acts as a single source that redirects the LSP requests to objects stored in a buffer variable.\n\nBuffLS was created as a supplemental plugin for [Moonicipal](https://github.com/idanarye/nvim-moonicipal), but can be used independent of it.\n\nFor a more through explanation, please to this section in a blog post about Moonicipal: https://dev.to/idanarye/moonicipal-explained-4h02#data-cells-and-buffls\n\n\nSETUP\n=====\n\nInstall BuffLS with your plugin manager of choice, and register the BuffLS source in none-ls:\n\n```lua\nrequire'null-ls'.setup {\n    sources = {\n        require'buffls',\n    };\n}\n```\n\nCONTRIBUTION GUIDELINES\n=======================\n\n* If your contribution can be reasonably tested with automation tests, add tests. The tests run with [a specific branch in a fork of Plenary](https://github.com/idanarye/plenary.nvim/tree/async-testing) that allows async testing ([there is a PR to include it in the main repo](https://github.com/nvim-lua/plenary.nvim/pull/426)) \n* Documentation comments must be compatible with both [Sumneko Language Server](https://github.com/sumneko/lua-language-server/wiki/Annotations) and [lemmy-help](https://github.com/numToStr/lemmy-help/blob/master/emmylua.md). If you do something that changes the documentation, please run `make docs` to update the vimdoc.\n* Update the changelog according to the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) format.\n","funding_links":[],"categories":["LSP"],"sub_categories":["(requires Neovim 0.5)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidanarye%2Fnvim-buffls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidanarye%2Fnvim-buffls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidanarye%2Fnvim-buffls/lists"}