VSCode
Dark Themes:
Material Theme Palenight
Tokyo Night Storm
Night Owl Light
NeoVim
sudo apt update
sudo apt upgrade -y
sudo apt install neovim
Install PlugInManager vim-plug https://github.com/junegunn/vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
Install Tresitter https://github.com/nvim-treesitter/nvim-treesitter for Language Support
Adjustments in
nvim ~/.config/nvim/init.vim
set mouse = a
set splitright
set splitbelow
set number
Useful links
Set font in terminal
- https://programmingfonts.org
- https://www.codingfont.com/
- https://github.com/rockerBOO/awesome-neovim
- https://github.com/topics/neovim-colorscheme