Files
nvim/UltiSnips/pyenv.snippets
yannickreiss 06c098c194
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 52s
Python updates
2025-03-15 19:19:36 +01:00

7 lines
57 B
Plaintext

global !p
def print_hello():
print("Hello")
endglobal