mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update python snippet
This commit is contained in:
parent
32b1d3ac16
commit
81696c9e13
@ -24,3 +24,7 @@ def main():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet sol "solution" b
|
||||||
|
solution = Solution()
|
||||||
|
endsnippet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user