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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
joelpalmer/README.md

Neovim version Helix version Rust Lua Brave

Rust βž• Neovim (maybe Helix) = πŸ”₯ (Updated Oct 17th, 2025)

Currently trying RustRover and Helix

Pinned Loading

  1. todoist-cli todoist-cli Public

    This is for the haters who thought it would never happen! πŸ˜„

    Rust

  2. payments-engine payments-engine Public

    Rust

  3. whatsthatsmell/dots whatsthatsmell/dots Public

    Code Smell Dotfiles

    Lua 211 19

  4. nvim-telescope/telescope.nvim nvim-telescope/telescope.nvim Public

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

    Lua 18.4k 917

  5. Zsh functions that change lives Zsh 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
    }