first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
3
config/nvim/UltiSnips/matlab.snippets
Normal file
3
config/nvim/UltiSnips/matlab.snippets
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
snippet plot "Plot" b
|
||||
plot(#1,#2,'Color',#3,'Linewidth',1.5,'MarkerSize',0,'DisplayName',"#4")
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue