No description
Find a file
2022-11-27 15:38:18 -08:00
ftdetect added commentstring 2022-11-27 15:19:13 -08:00
syntax initial 2016-01-06 10:11:57 -08:00
LICENSE Initial commit 2016-01-06 10:11:35 -08:00
README.md update readme 2022-11-27 15:38:18 -08:00

Xonsh syntax file from vim. Mostly stolen from python_vim and PRs are welcome!

Install

The old school, manual way

git clone --depth 1 https://github.com/celediel/xonsh-vim ~/.vim

Or using your favourite plugin manager

neovim:

Packer
require('packer').startup(function()
    use {'celediel/xonsh-vim'}
end)
Paq
require "paq" {
    {'celediel/xonsh-vim'};
}

neovim or vim:

vim-plug
Plug 'celediel/xonsh-vim'
dein
call dein#add('celediel/xonsh-vim')