-
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
6759a81
commit dc3badb
Showing
20 changed files
with
74 additions
and
43 deletions.
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
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
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ core | |
fpgas | ||
testing | ||
log | ||
tools | ||
resources | ||
``` | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Tools | ||
|
||
## Custom scripts | ||
|
||
Every design project has its own set of custom scripts, usually to shoehorn | ||
bytes around into the right format. | ||
|
||
## Editor | ||
|
||
This was the first project I completed fully in (neo)vim, using the LazyVim set | ||
of plugins. I know, I became the very thing I swore to destroy. | ||
|
||
If you do happen to go down that route, though, I used the JetBrains Mono Nerd | ||
Font, which gives full icon support in LazyVim, with the | ||
[Monokai Pro](https://github.com/loctvl842/monokai-pro.nvim) theme [^also]. I | ||
also recommend `mini.align` for aligning SystemVerilog and Prettier for | ||
formatting Markdown, which when coupled with LazyVim's native `lang.markdown` | ||
support leads to an incredible documentation writing experience. I suggest | ||
turning on `proseWrap` specifically for Markdown to keep things nicely limited | ||
at 80 chars per row. | ||
|
||
[^also]: | ||
I also considered the [Alabaster](https://sr.ht/~p00f/alabaster.nvim/) theme |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.