Skip to content
View myypo's full-sized avatar
  • Ukraine
  • 19:00 (UTC +03:00)
Block or Report

Block or report myypo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. borrowed.nvim borrowed.nvim Public

    🎨 High contrast Neovim colorschemes

    Lua 22 1

  2. Glove80-Colemak-DH Glove80-Colemak-DH Public

    More like Glove-36, amirite?

    C

  3. sola-test-task sola-test-task Public

    Completed test task for Sola

    Go

  4. nix-interpreter nix-interpreter Public

    Unfinished toy Nix interpreter

    Rust

  5. autocmd.lua autocmd.lua
    1
    local yank_group = vim.api.nvim_create_augroup("highlight_yank", { clear = true })
    2
    
                  
    3
    -- Set cursor position before yanking
    4
    vim.api.nvim_create_autocmd("ModeChanged", {
    5
    	group = yank_group,