Skip to content
View neolooong's full-sized avatar
🐵
🐵
Block or Report

Block or report neolooong

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
neolooong/README.md
from dataclasses import dataclass


@dataclass
class Profile:
    languages: tuple[str, ...] = ("Python", "JavaScript", "PHP", "Java")
    databases: tuple[str, ...] = ("MySQL", "Redis", "MongoDB")
    misc: tuple[str, ...] = ("Git", "Docker", "NeoVim", "Flask")

Popular repositories

  1. Chinese_Chess Chinese_Chess Public

    Java 1

  2. Minesweeper Minesweeper Public

    Java

  3. neolooong neolooong Public

  4. venv-selector.nvim venv-selector.nvim Public

    Forked from linux-cultist/venv-selector.nvim

    Allows selection of python virtual environment from within neovim

    Lua

  5. nvim-lspconfig nvim-lspconfig Public

    Forked from neovim/nvim-lspconfig

    Quickstart configs for Nvim LSP

    Lua

  6. hereeyeam.nvim hereeyeam.nvim Public

    Lua