Neovim 0.5.0 migration #1
3 changed files with 9 additions and 0 deletions
2
symlinks/config/godot/.gitignore
vendored
Normal file
2
symlinks/config/godot/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
editor_settings-3.tres
|
||||
projects/*
|
2
symlinks/config/godot/script_templates/empty.gd
Normal file
2
symlinks/config/godot/script_templates/empty.gd
Normal file
|
@ -0,0 +1,2 @@
|
|||
extends %BASE%
|
||||
|
5
symlinks/config/godot/script_templates/no_comments.gd
Normal file
5
symlinks/config/godot/script_templates/no_comments.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends %BASE%
|
||||
|
||||
|
||||
func _ready()%VOID_RETURN%:
|
||||
%TS%pass
|
Loading…
Add table
Reference in a new issue