You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ To install it:
35
35
### Installing in Spacemacs ###
36
36
37
37
1. Clone the repository to the `private/local` subdirectory of your `.emacs.d` directory, where you installed spacemacs.
38
-
2. Add the package to the `dotspacemacs-additional-packages` and mark is as local. That's Spacemacs' feature to make it easy to load locally installed packages.
38
+
2. Add the package to the `dotspacemacs-additional-packages` and mark it as local. That's Spacemacs' feature to make it easy to load locally installed packages.
2.Require the package in your .doom.d/config.el file
62
+
Require the package in your `.doom.d/config.el` file:
60
63
61
64
```lisp
62
65
(require 'gdscript-mode)
63
66
```
64
67
65
68
## Formatting with gdformat ##
66
69
67
-
You can call the `gdscript-format` function to format the current buffer with `gdformat`. This features requires the python package `gdtoolkit` to be installed and available on the system's PATH variable.
70
+
You can call the `gdscript-format` function to format the current buffer with `gdformat`. This feature requires the python package `gdtoolkit` to be installed and available on the system's PATH variable.
68
71
69
72
You can install gdtoolkit using the pip package manager from Python 3. Run this command in your shell to install it:
0 commit comments