8000 maniac-en (Shivam Mehta) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View maniac-en's full-sized avatar
:shipit:
:shipit:

Block or report maniac-en

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

Hi there 👋

Pinned Loading

  1. pyssg pyssg Public

    Static site generator

    Python 2

  2. maze_solver maze_solver Public

    Training repo from a course

    Python

  3. jump jump Public

    J.U.M.P game written in javascript

    JavaScript

  4. twitch-chat twitch-chat Public

    Shell

  5. nvim nvim Public

    Sensible neovim configuration (which works for me)

    Lua

  6. My minimal neovim config My minimal neovim config
    1
    -- Minimal Neovim Configuration (init.lua) to get stuff done
    2
    -- Basic Settings
    3
    vim.opt.number = true                -- Show line numbers
    4
    vim.opt.relativenumber = true        -- Show relative line numbers
    5
    vim.opt.cursorline = true           -- Highlight current line
0