mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
leftover updates
This commit is contained in:
parent
e36aaeb197
commit
b8ef58b9e3
@ -1 +1,4 @@
|
|||||||
!.env*
|
!.env*
|
||||||
|
!.github/
|
||||||
|
.terraform/
|
||||||
|
.target/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
function ping --description "Improved ping"
|
function ping --description "Improved ping" -a "target"
|
||||||
prettyping --nolegend
|
prettyping --nolegend $target
|
||||||
end
|
end
|
||||||
|
@ -18,6 +18,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } " Required for fuzzyfinder
|
|||||||
Plug 'junegunn/fzf.vim' " Actual fuzzyfinder
|
Plug 'junegunn/fzf.vim' " Actual fuzzyfinder
|
||||||
Plug 'tpope/vim-surround' " Enables paren editing
|
Plug 'tpope/vim-surround' " Enables paren editing
|
||||||
Plug 'tpope/vim-commentary' " Use gc or gcc to comment
|
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 'sheerun/vim-polyglot' " Syntax for every language
|
||||||
Plug 'vimwiki/vimwiki' " Wiki Markdown System
|
Plug 'vimwiki/vimwiki' " Wiki Markdown System
|
||||||
Plug 'jreybert/vimagit' " Git 'gui' buffer
|
Plug 'jreybert/vimagit' " Git 'gui' buffer
|
||||||
@ -245,6 +246,9 @@ let g:vimwiki_key_mappings =
|
|||||||
\ }
|
\ }
|
||||||
let g:vimwiki_auto_chdir = 1
|
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
|
" Lightline status bar plugin
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'jellybeans',
|
\ 'colorscheme': 'jellybeans',
|
||||||
|
Loading…
Reference in New Issue
Block a user