Skip to content

mstanciu552/cmp-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

nvim-cmp matlab source

This is a simple nvim-cmp source for Matlab Completion.

How to install

Using Packer

		use({
			"hrsh7th/nvim-cmp",
			requires = {
				"mstanciu552/cmp-matlab"
			},
		})
    
    -- Or
    use "mstanciu552/cmp-matlab"

How to use

Simply add as a source for nvim-cmp

sources = {
  { name = "cmp_matlab" },
}

Todo

  • Add sources for more Matlab Packages
  • Add Documentation for each function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages