Skip to content
View emmagamma's full-sized avatar

Organizations

@heckadecimal

Block or report emmagamma

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

Pinned Loading

  1. qlock qlock Public

    CLI tool for encrypting/decrypting files locally with password-protected keys and non-NIST based algorithms and encryption schemes

    Rust 16 1

  2. dracula/tmux dracula/tmux Public

    🧛🏻‍♂️ Dark theme for tmux

    Shell 832 366

  3. Display both relative and absolute l... Display both relative and absolute line numbers at the same time, in neovim v0.10^
    1
    --- Create a couple custom highlight groups that we'll use below
    2
    -- #8155BA = Indigo
    3
    vim.api.nvim_set_hl(0, "StatusColRelative", { bold = false, fg = "#8155BA" })
    4
    -- #ED82C2 = Pink/Light Magenta
    5
    vim.api.nvim_set_hl(0, "StatusColAbsolute", { bold = true, fg = "#ED82C2" })