IDEs

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

https://www.reddit.com/r/neovim/comments/vz30kb/whats_your_python_editing_setup/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

Set font in terminal

  • https://programmingfonts.org
  • https://www.codingfont.com/
  • https://github.com/rockerBOO/awesome-neovim
  • https://github.com/topics/neovim-colorscheme