source code configuration files for my NixOS desktop computer. I’ve substantially pared down my coding environment in an effort to learn the basics of VIM more. I don’t even have an LSP.
VIM
Minimal vim setup, with vim-surround as the only plugin so far.
I’m trying to make better use of code snippets and will build my library out incrementally at .vim/snippets/. Those snippets are accessed by the following keybind, which allows me to tab-complete for the snippet I’m looking for.
nnoremap <leader>es :read ~/.vim/snippets/
I’m not really sure where my convention for ’e’ came from. Windows Win+e opens the file explorer and a couple of other places do that, too. The mnemonic [e]xplore [s]nippets helps me remember these keybinds.
Kitty is here
Configurations for the kitty terminal are here, too. I’m not making maximal use of the features and I have a couple of pain points that need to be ironed out. I’m researching the sessions feature, which will save me a lot of time.