Hello world snippet for python
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 31s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 31s
Details
This commit is contained in:
parent
2135d24022
commit
3348f2e49b
|
@ -1,3 +1,16 @@
|
|||
snippet helloworld "Hello world example" b
|
||||
"""
|
||||
File: `!p snip.rv = fn`
|
||||
Author: Nicki
|
||||
Created on: `date`
|
||||
Description: Hello world python example
|
||||
"""
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Hello world!")
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet docmodule "Documentation for modules" A
|
||||
"""
|
||||
File: `!p snip.rv = fn`
|
||||
|
|
Loading…
Reference in New Issue