Skip to content
View joelpalmer's full-sized avatar
🐍
🐍

Block or report joelpalmer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joelpalmer/README.md

Neovim versionHelix versionRustLuaBrave

Rust ➕ Neovim (maybe Helix) = 🔥 (Updated Nov 14th, 2025)

Currently trying RustRover and Helix

Pinned Loading

  1. todoist-clitodoist-cliPublic

    This is for the haters who thought it would never happen! 😄

    Rust 1

  2. whatsthatsmell/dotswhatsthatsmell/dotsPublic

    Code Smell Dotfiles

    Lua 211 18

  3. crabbylab/rffcrabbylab/rffPublic

    A Rust Fuzzy Finder for the ages.

    Rust 2

  4. nvim-telescope/telescope.nvimnvim-telescope/telescope.nvimPublic

    Find, Filter, Preview, Pick. All lua, all the time.

    Lua 19.7k 961

  5. Zsh functions that change livesZsh functions that change lives
    1
    #look up synonym - (word)
    2
    # slow and buggy
    3
    syn() {
    4
     curl -s "https://api.dictionaryapi.dev/api/v2/entries/en/$1"| jq '.[].meanings[].definitions[].synonyms[]'
    5
    }