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")
🐵
Bad at english
Popular repositories Loading
-
whichpy.nvim
whichpy.nvim PublicPython interpreter selector for Neovim. Switch interpreters without restarting LSP.
-
-
-
-
venv-selector.nvim
venv-selector.nvim PublicForked from linux-cultist/venv-selector.nvim
Allows selection of python virtual environment from within neovim
Lua
-
nvim-lspconfig
nvim-lspconfig PublicForked from neovim/nvim-lspconfig
Quickstart configs for Nvim LSP
Lua
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.