Blackhawk-TA's Stars
jesseduffield/lazygit
simple terminal UI for git commands
zsh-users/zsh-autosuggestions
Fish-like autosuggestions for zsh
fyne-io/fyne
Cross platform GUI toolkit in Go inspired by Material Design
zsh-users/zsh-syntax-highlighting
Fish shell like syntax highlighting for Zsh.
itzg/docker-minecraft-server
Docker image that provides a Minecraft Server that will automatically download selected version at startup
williamboman/mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
mfussenegger/nvim-dap
Debug Adapter Protocol client implementation for Neovim
folke/trouble.nvim
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
lewis6991/gitsigns.nvim
Git integration for buffers
akinsho/toggleterm.nvim
A neovim lua plugin to help easily manage multiple terminal windows
alecthomas/chroma
A general purpose syntax highlighter in pure Go
nvim-neo-tree/neo-tree.nvim
Neovim plugin to manage the file system and other tree like structures.
akinsho/bufferline.nvim
A snazzy bufferline for Neovim
windwp/nvim-autopairs
autopairs for neovim written in lua
williamboman/mason-lspconfig.nvim
Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
dexpota/kitty-themes
A collection of themes for kitty terminal 😻
mfussenegger/nvim-lint
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
navarasu/onedark.nvim
One dark and light colorscheme for neovim >= 0.5.0 written in lua based on Atom's One Dark and Light theme. Additionally, it comes with 5 color variant styles
rhazdon/hugo-theme-hello-friend-ng
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
mhartington/formatter.nvim
stevearc/overseer.nvim
A task runner and job management plugin for Neovim
mfussenegger/nvim-dap-python
An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
leoluz/nvim-dap-go
An extension for nvim-dap providing configurations for launching go debugger (delve) and debugging individual tests
WhoIsSethDaniel/mason-tool-installer.nvim
Install and upgrade third party tools automatically
Timendus/chip8-test-suite
A collection of ROM images with tests that will aid you in developing your own CHIP-8, SUPER-CHIP or XO-CHIP interpreter (or "emulator")
mattmikolay/chip-8
A collection of CHIP-8 programs and documentation
corax89/chip8-test-rom
ROM for testing chip8 emulator
dmatlack/chip8
chip8 emulator
CM2Walki/CS2
This is a mirror of https://github.com/joedwards32/CS2. If you want to contribute, please open issues and PRs there.
daniel5151/AC8E
A Chip8 emulator written in Rust for fun and learning