Skip to content

mitchpaulus/mshell-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mshell Syntax Highlighting

This plugin provides syntax highlighting for mshell, an experimental concatenative shell.

Installation

Most people will typically install plugins through a plugin manager, such as vim-plug.

In the more recent versions of Vim/Neovim, you can clone this repository directly to a location in the packpath:

# Vim
mkdir -p ~/.vim/pack/yourpackagename/start
git clone https://github.com/mitchpaulus/mshell-vim.git ~/.vim/pack/yourpackagename/start/mshell-vim
# Neovim
mkdir -p ~/.local/share/nvim/site/pack/yourpackagename/start/
git clone https://github.com/mitchpaulus/mshell-vim.git ~/.local/share/nvim/site/pack/yourpackagename/start/mshell-vim

About

Vim plugin for mshell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published