Skip to content
View netmute's full-sized avatar

Organizations

@hamburgcodingschool @smallandmodern

Block or report netmute

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
netmute/README.md

Bright themes calm the mind,
Professional and sleek glow—
Prove me wrong, I dare.

Pinned Loading

  1. Game of Life in 140 chars of Ruby Game of Life in 140 chars of Ruby
    1
    Game of Life
    2
    ============
    3
    
                  
    4
    An implementation of Conway's [Game of Life](http://en.wikipedia.org/wiki/Conway's_Game_of_Life) in 140 characters of Ruby.
    5
    
                  
  2. Neovim config Neovim config
    1
    -- Disable unused providers
    2
    vim.g.loaded_python3_provider = 0
    3
    vim.g.loaded_ruby_provider = 0
    4
    vim.g.loaded_node_provider = 0
    5
    vim.g.loaded_perl_provider = 0
  3. ctags-lsp ctags-lsp Public

    LSP implementation using universal-ctags as backend

    Go 49 2

  4. ctags-lsp.nvim ctags-lsp.nvim Public

    Neovim configuration for ctags-lsp

    Lua 21