Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
ggandor
Follow

Gyorgy Andorka ggandor

Block or report ggandor

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

Pinned Loading

  1. leap.nvim leap.nvim Public

    Neovim's answer to the mouse

    Fennel 5k 51

  2. pandunia pandunia Public

    Forked from barumau/pandunia

    pandunia netoloke - Pandunia website

    HTML

  3. Minimal fzy integration for Neovim i... Minimal fzy integration for Neovim in ~100 lines (oldfiles, cmd history, buffers, jumplist, etc.)
    1 -- https://github.com/jhawthorn/fzy/pull/116#issuecomment-538708329
    2 local function fzy(a)
    3 local saved_spk = vim.o.splitkeep
    4 local src_winid = vim.fn.win_getid()
    5 -- lines >= 3 is a hardcoded limit in fzy