Initial commit
This commit is contained in:
6
nvim/UltiSnips/matlab.snippets
Normal file
6
nvim/UltiSnips/matlab.snippets
Normal file
@ -0,0 +1,6 @@
|
||||
priority -50
|
||||
|
||||
snippet disp "Display variable" i
|
||||
disp('${1:${VISUAL:variableName}}')
|
||||
disp(${2:${VISUAL:variable}})
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user