diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-03 20:17:55 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-03 20:17:55 +0100 |
commit | 392db2a20cef8ee19b1f41db70726e02797ed70e (patch) | |
tree | 55d24ea599539f986b7dd5abcf79cbfb6b4e75e5 | |
parent | 5ed78f19e61c09aa6f3a634ce916fc23ef99bc04 (diff) |
Relented and adds some plugs back
-rw-r--r-- | vim/vimrc | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -34,7 +34,6 @@ set nowritebackup set path+=** set report=0 set ruler -set scrolloff=1 set scrolloff=5 set shell=bash set showcmd @@ -51,6 +50,24 @@ set wildmode=full set wrap packadd! matchit +call plug#begin() +Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } +Plug 'junegunn/fzf.vim' +Plug 'mhinz/vim-signify' +"Plug 'vim-test/vim-test' +Plug 'ledger/vim-ledger' +Plug 'fatih/vim-go', {'do': ':GoUpdateBinaries' } +Plug 'tpope/vim-dispatch' +Plug 'tpope/vim-surround' +Plug 'tpope/vim-commentary' +Plug 'tpope/vim-unimpaired' +Plug 'tpope/vim-fugitive' +"Plug 'SirVer/UltiSnips' +"Plug 'honza/vim-snippets' +"Plug 'dense-analysis/ale' +call plug#end() + + set background=dark -syntax off +"syntax off |