mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
Add lorem
This commit is contained in:
parent
d63d9c646d
commit
65c75a037a
2
scripts/lorem
Executable file
2
scripts/lorem
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
exec curl -sSL "http://metaphorpsum.com/paragraphs/$1"
|
@ -309,6 +309,7 @@ au bufnewfile,bufRead $SNIPPETS/python/* set ft=python
|
||||
au bufnewfile,bufRead $SNIPPETS/perl/* set ft=perl
|
||||
au bufnewfile,bufRead user-data set ft=yaml
|
||||
au bufnewfile,bufRead meta-data set ft=yaml
|
||||
au bufnewfile,bufRead keg set ft=yaml
|
||||
au bufnewfile,bufRead *.bash* set ft=bash
|
||||
au bufnewfile,bufRead *.{peg,pegn} set ft=config
|
||||
au bufnewfile,bufRead *.profile set filetype=sh
|
||||
|
Loading…
Reference in New Issue
Block a user