Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This Vim plugin provides Paredit-like facilities for editing Lisp s-expressions.
This Neovim plugin provides a code snippet engine written in Lua.
This Vim plugin extends the built-in `sh.vim` to support the Bats (Bash Automated Testing Framework) testing framework's syntax.
ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking and semantic errors) in NeoVim 0.2.0+ and Vim 8 while you edit your text files, and acts as a Vim Language Server Protocol client.
This Vim plugin provides syntax highlighting and indentation support for the GNU Assembler (gas.)
This Vim plugin extends the built-in `sh.vim` to support the Bats (Bash Automated Testing Framework) testing framework's syntax.
vim-minisnip allows you to quickly insert "templates" into files. Among all the other snippet plugins out there, the primary goal of minisnip is to be as minimal and lightweight as possible.
This Vim plugin provides better syntax highlighting, indentation, and interactions (folding, concealing, keymaps, etc.) for editing Markdown.
This Vim plugin provides syntax highlighting and indentation support for the GNU Assembler (gas.)
A completion engine for neovim written in Lua. Completion sources are installed from external repositories and 'sourced'.
This Vim plugin provides Paredit-like facilities for editing Lisp s-expressions.
Vim syntax files for the Janet programming language.
This package provides syntax highlighting and indentation in Vim for the Hare programming language.
vim-abolish contains various helpers for text abbreviation, substitution and coercion.
Solarized8 contains optimized Solarized colorschemes for Vim. Best served with true-color terminals.
Vim syntax files for the Janet programming language.
A Neovim plugin for saving your work before the world collapses or you type :qa!.
vim-visualstar is a Vim plugin to provide a star feature for Visual-mode. In other words, you can search your selection text in Visual-mode.
Insert or delete brackets, parens, quotes in pair.
Features:
Insert in pair
Delete in pair
Insert new indented line after Return
Insert spaces before closing characters, only for [], (),
Skip ' when inside a word
Skip closed bracket.
Ignore auto pair when previous character is
Fast Wrap
Quick move char to closed pair
Quick jump to closed pair.
Fly Mode
Multibyte Pairs
mini is a collection of small, high quality Neovim modules written in Lua.
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors.
Minimalistic plugin for commenting/uncommenting code in Vim.
vis-lsp provides vis with the communication API patches applied. Additionally, vis-lspc is bundled for convenience.
Vis aims to be a modern, legacy free, simple yet efficient vim-like text editor. It extends vim's modal editing with built-in support for multiple cursors/selections and combines it with sam's structural regular expression based command language.