nvim/UltiSnips/vim.snippets

8 lines
194 B
Plaintext
Raw Normal View History

2020-03-19 15:47:31 +00:00
snippet scolor "SetColor('', .."
SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet
snippet cscolor "call SetColor('', .."
call SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet