07/18/2024

Thread

Tweet 1

@samswoora Make git submodules for the plugins your want in ~.vim/pack/misc/start like here:

---

Tweet 2

@samswoora Also mostly don't use plugins. Put this in your vimrc: nnoremap <leader>ev :e $MYVIMRC<cr> And when you want new functionality write it yourself

---