Skip to content

Instantly share code, notes, and snippets.

View alex-popov-tech's full-sized avatar
🏠
Working from home

Oleksander Popov alex-popov-tech

🏠
Working from home
View GitHub Profile
import gleam/int
import gleam/io
import gleam/list
import gleam/string
import simplifile
pub fn execute() -> Nil {
case simplifile.read(from: "./inputs/day1.txt") {
Error(e) -> io.println("cannot read input " <> string.inspect(e))
Ok(content) -> {
@alex-popov-tech
alex-popov-tech / vim.pack.json
Last active March 2, 2026 06:56
store.nvim installations for vim.pack
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / lazy.nvim.json
Last active March 2, 2026 06:56
store.nvim installations for lazy.nvim
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / db.json
Last active March 2, 2026 06:56
store.nvim minified database
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / db.json
Created August 30, 2025 22:12
store.nvim minified database
{}
@alex-popov-tech
alex-popov-tech / installation_cache.json
Last active March 2, 2026 06:56
store.nvim installation cache
This file has been truncated, but you can view the full file.
{
"prabirshrestha/asyncomplete-lsp.vim": {
"source": "default",
"lazy": "return { \"prabirshrestha/asyncomplete-lsp.vim\", event = \"VeryLazy\" }",
"vimpack": "vim.pack.add({'https://github.com/prabirshrestha/asyncomplete-lsp.vim'})",
"updated_at": "2026-01-09T15:20:59Z"
},
"tweekmonster/helpful.vim": {
"source": "default",
@alex-popov-tech
alex-popov-tech / verification_cache.json
Last active March 2, 2026 06:56
store.nvim verification cache
{
"savq/paq-nvim": {
"isPlugin": true
},
"alex-popov-tech/store.nvim": {
"isPlugin": true
},
"piersolenski/plugin-addict.nvim": {
"isPlugin": true
},
@alex-popov-tech
alex-popov-tech / db.json
Last active October 2, 2025 08:15
store.nvim plugin database
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / crawler_results.json
Last active July 15, 2025 16:41
DB in gist for neovim plugin store.nvim
This file has been truncated, but you can view the full file.
{
"total_count": 3308,
"items": [
{
"full_name": "neovim/neovim-ruby",
"author": "neovim",
"name": "neovim-ruby",
"html_url": "https://github.com/neovim/neovim-ruby",
"description": "Ruby support for Neovim",