updating vim
This commit is contained in:
commit
00a9e7d96b
1055 changed files with 126840 additions and 0 deletions
BIN
.vim/templates/.skeleton.py.un~
Normal file
BIN
.vim/templates/.skeleton.py.un~
Normal file
Binary file not shown.
BIN
.vim/templates/.skeleton.sh.un~
Normal file
BIN
.vim/templates/.skeleton.sh.un~
Normal file
Binary file not shown.
6
.vim/templates/skeleton.py
Normal file
6
.vim/templates/skeleton.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
3
.vim/templates/skeleton.sh
Normal file
3
.vim/templates/skeleton.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue