├── LICENSE ├── README.md ├── ftdetect └── xonsh.vim └── syntax └── xonsh.vim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekmukherg/xonsh-vim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekmukherg/xonsh-vim/HEAD/README.md -------------------------------------------------------------------------------- /ftdetect/xonsh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekmukherg/xonsh-vim/HEAD/ftdetect/xonsh.vim -------------------------------------------------------------------------------- /syntax/xonsh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekmukherg/xonsh-vim/HEAD/syntax/xonsh.vim --------------------------------------------------------------------------------