Add GitHub Dark Colorscheme in to Neovim
Add GitHub Dark Colorscheme in to Neovim
Add GitHub Dark Colorscheme in to Neovim
Steps to Add GitHub Dark Colorscheme in Neovim
Install GitHub Theme Plugin:
Use a plugin manager like vim-plug
, packer.nvim
, or catppuccin-nvim
.
1
2
3
4
5
6
call plug#begin('~/.local/share/nvim/plugged')
" Add GitHub theme
Plug 'projekt0n/github-nvim-theme'
call plug#end()
Install the Plugin:
After adding the plugin, run:
1
2
:PlugInstall
or for packer.nvim
:
1
:PackerSync
Configure the Colorscheme :
Set the colorscheme in your configuration:
1
2
colorscheme github_dark
This post is licensed under CC BY 4.0 by the author.