Skip to content

prichrd/vim-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-matlab

Vim-matlab logo

Features

This plugin adds Matlab language support for Vim, with the following features:

  • Start MATLAB with :MatlabStart
  • Stop MATLAB with :MatlabStop
  • Run MATLAB commands with :Matlab
  • Run MATLAB scripts with :MatlabRun
  • Get the documentation of a function with :MatlabDescribe

Install

vim-matlab requires at least Vim 8.0.1453 or Neovim 0.4.0 and follows the standard runtime package structure. It is possible to install it with all popular package managers:

  • Vim 8 packages
    • git clone https://github.com/prichrd/vim-matlab.git ~/.vim/pack/plugins/start/vim-matlab
  • Pathogen
    • git clone https://github.com/prichrd/vim-matlab.git ~/.vim/bundle/vim-matlab
  • vim-plug
    • Plug 'prichrd/vim-matlab'
  • Vundle
    • Plugin 'prichrd/vim-matlab'

Usage

The documentation can be found at doc/vim-matlab.txt. You can also use the :help vim-matlab command inside of Vim.

About

Adds MATLAB language support to Vim.

Topics

Resources

License

Stars

Watchers

Forks