From 864de473a82b33a6b29bd4b887e407f74b823705 Mon Sep 17 00:00:00 2001 From: anki-code Date: Wed, 7 Oct 2020 15:07:21 +0300 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..519dd7e --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Xonsh syntax file from vim. Mostly stolen from python_vim and PRs are welcome! + +### Install + +``` +git clone --depth 1 https://github.com/linkinpark342/xonsh-vim ~/.vim +```