dotfiles

Configuration for the software I use.
git clone https://git.sr.ht/~jbauer/dotfiles
Log | Files | Refs | README | LICENSE

commit 3bf9ff1ce7f0dd58fdd6c69ab4f2291713411c23
parent 664b853a75b92fc8832971b182e9940a96ba0ae6
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Tue,  7 Mar 2023 22:39:32 -0500

Update vim plugin list

Diffstat:
M.config/nvim/init.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -1,6 +1,7 @@ "Plugins Used: " vim-commentary — (shortcuts for (un)commenting lines/blocks of code) " vim-buftabline — (show a tab line for buffers) +" vim-gutentags — (auto-generate tags) " vim-monochrome — (custom colorscheme) " vim-fastline — (custom status bar)