Update Vim, NZXT wifi i3block

This commit is contained in:
2019-07-04 03:54:01 -04:00
parent 6bd844931b
commit a0fcd6714e
10 changed files with 50 additions and 26 deletions

View File

@@ -103,6 +103,7 @@ abbr shrm "shred-rm"
abbr thes "thesaurus"
abbr ut "unix-timestamp"
abbr uzr "unzip-rm"
abbr vsnp "vim-snippet"
abbr fvft "find-vim-filetype"
# ]]] fxn abbr's #

View File

@@ -1,4 +1,4 @@
function vsnp
function vim-snippet
set snips_dir "/home/kevin/.vim/plugged/vim-snippets/UltiSnips"
$EDITOR $snips_dir/$argv[1].snippets
end