a bunch of new rice~

This commit is contained in:
David Chen 2019-08-22 19:30:32 +08:00
parent 89974ba846
commit 2bed0e3a07
59 changed files with 1641 additions and 2070 deletions

4
fish/functions/vim.fish Executable file
View file

@ -0,0 +1,4 @@
# Defined in - @ line 1
function vim --description 'alias vim nvim'
nvim $argv;
end