leftover updates

This commit is contained in:
Noah Masur 2021-03-10 11:41:29 -05:00
parent e36aaeb197
commit b8ef58b9e3
3 changed files with 9 additions and 2 deletions

View File

@ -1 +1,4 @@
!.env*
!.github/
.terraform/
.target/

View File

@ -1,3 +1,3 @@
function ping --description "Improved ping"
prettyping --nolegend
function ping --description "Improved ping" -a "target"
prettyping --nolegend $target
end

View File

@ -18,6 +18,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } " Required for fuzzyfinder
Plug 'junegunn/fzf.vim' " Actual fuzzyfinder
Plug 'tpope/vim-surround' " Enables paren editing
Plug 'tpope/vim-commentary' " Use gc or gcc to comment
Plug 'unblevable/quick-scope' " Hints for f and t
Plug 'sheerun/vim-polyglot' " Syntax for every language
Plug 'vimwiki/vimwiki' " Wiki Markdown System
Plug 'jreybert/vimagit' " Git 'gui' buffer
@ -245,6 +246,9 @@ let g:vimwiki_key_mappings =
\ }
let g:vimwiki_auto_chdir = 1
" Quickscope only highlight on keypress
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
" Lightline status bar plugin
let g:lightline = {
\ 'colorscheme': 'jellybeans',