constantitus / nvim

My neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


My Neovim config

screenshot

About

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.

Installing:

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;
}

TODO

  • god, i need a vertical monitor so bad
  • tweak the configs and change the keybinds
  • actually learn vim, lmao

About

My neovim config


Languages

Language:Lua 89.5%Language:Vim Snippet 10.5%