Everyone needs their own setup or tweak to the software they use everyday, to guarantee productivity and most importantly fun while working/coding.
This is just my config with these features
<Leader>+t+t to toggle transparency<Alt>+1 or <Alt>+2 or <Alt>+3<Leader>+s to see all available shortcuts<Leader>+e to toggle it<Leader>+t+hThe Leader key is set to space
And alot more features that help you improve your productivity. I'm not suggesting you to use my config!
I'm suggesting you make your own, If you don't know how to get started check out: Kickstarter.nvim. It's how I started this config too as you can see in the commit history.
Although I recommend you to make your own config, Here are a couple of steps you can follow to get started with using nvim
Make sure you have neovim installed: Read more about it here
Clone my config
git clone https://github.com/ErdajtSopjani/nvim
Make sure you have the necessary tools/languages installed for the LSP's here is the command for arch-based distros:
sudo pacman -S nodejs clang python3 dotnet-sdk lua
Run neovim and let lazy install the plugins
nvim
For the new dashboard, install: gh ext install meiji163/gh-notify
If your're not familiar with vim/neovim and you want to get started open up neovim nvim and run :Tutor.
This will open up a window that will guide you through vim bindings:
If you want more info on the keybinds you can press SPACE as it's set as the main key. And a plugin called which key will guide you through the shortcuts: