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
+3-5
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,10 @@ Using eglot:
46
46
47
47
## Installation
48
48
49
-
The preferred way to use NextLS is through one of the supported editor extensions.
49
+
The preferred way to use Next LS is through one of the supported editor extensions.
50
50
51
-
If you need to install NextLS on it's own, you can download the executable hosted by the GitHub release. The executable is an Elixir script that utilizes `Mix.install/2`.
51
+
If you need to install Next LS on it's own, you can download the executable hosted by the GitHub release. The executable is an Elixir script that utilizes `Mix.install/2`.
52
52
53
53
### Note
54
54
55
-
NextLS creates an `.elixir-tools` hidden directory in your project.
56
-
57
-
This should be added to your project's `.gitignore`.
55
+
Next LS creates an `.elixir-tools` hidden directory in your project, but it will be automatically ignored by `git`.
0 commit comments