-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
115a977
commit 421f4d4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# zed_norminette | ||
a zed extension to enable in-editor norminette linting | ||
|
||
this extension downloads and executes the LSP for 42 Norminette. This means when you open or save a file, norminette error will be present in Zed. And if combined with [inject_42h](https://github.com/DavidLee18/inject_42h), it automatically creates or updates the 42 header for you, when you save a file. | ||
this extension downloads and executes the LSP for 42 Norminette. This means when you open or save a file, norminette errors will be present in Zed. And if combined with [inject_42h](https://github.com/DavidLee18/inject_42h), it automatically creates or updates the 42 header for you, when you save a file. | ||
|
||
details are in the [inject_42h repo](https://github.com/DavidLee18/inject_42h). |