My neovim config. Mostly stuff I've learned/stolen from other people's configs. I'm doing my best to learn vim and use it as my main text editor and IDE.
This config is now using lazy.nvim, which doesn't require additional steps to install.
Just clonning this repository into your $HOME/.config
should be enough.
If you have previously used packer.nvim, make sure to delete ~/.local/share/nvim/site/pack/packer
.
Then open up nvim, run :checkhealth
and install what you need with your package manager.
Configure to your liking
On top of my vim config, I've mapped the CAPS LOCK
key to Esc
and lowered the repeat delay from my wayland compositor's config file.
hyprland.conf
input {
kb_layout = us
kb_options = caps:escape_shifted_capslock
repeat_delay = 350;
}
- god, i need a vertical monitor so bad
- tweak the configs and change the keybinds
- actually learn vim, lmao