Restructure dotfile folders and add README.

This commit is contained in:
2025-01-18 00:35:05 +00:00
parent 6ce6608bcd
commit e72074f6a6
9 changed files with 12 additions and 10 deletions

14
vim/dot-vimrc.bundles Normal file
View File

@@ -0,0 +1,14 @@
Plug 'airblade/vim-gitgutter'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'fatih/vim-go'
Plug 'flazz/vim-colorschemes'
Plug 'majutsushi/tagbar'
Plug 'nestorsalceda/vim-strip-trailing-whitespaces'
Plug 'reedes/vim-pencil'
Plug 'rking/ag.vim'
Plug 'scrooloose/nerdtree'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-sensible'
Plug 'vim-airline/vim-airline'
Plug 'wlangstroth/vim-racket'