This is my personal Neovim configuration and keybinds for personal use.
If you are new to Neovim, it is heavily encouraged to not copy my configuration files as these configurations are tailored to my personal workflow.
Color Scheme is based off Catppuccin. Original Github Repository is here
It is strongly recommended that you learn to make your own Neovim configuration instead of copying mine, as all keybinds and configurations are programmed to suit my own workflow.
Ctrl+n
- Toggle Nvim-Tree
<leader>mn
- To set theme to Night Mode
<leader>ml
- To set theme to Light Mode
<leader>go
- Launch Goyo
<leader>ce
- Enable Conceal
<leader>cd
- Disable Conceal
<leader>ll
- Toggle Limelight
<leader>ff
- Telescope find files
<leader>fg
- Telescope live grep
<leader>fb
- Telescope show buffers
<leader>fh
- Telescope show help tags
tb
- Buffer previous
tt
- Buffer next
tq
- Buffer close
Remember to install xclip on x11 with Pacman
pacman -S xclip
For Wayland
pacman -S wl-clipboard
Install gcc with Scoop
scoop install gcc
Install fd
pacman -S fd