File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Nim support for Zed Editor
44- Tree-Sitter Support: https://github.com/alaviss/tree-sitter-nim
55- Language Server Support: https://github.com/nim-lang/langserver
66
7+ # Screenshot
8+ ![ image] ( https://github.com/user-attachments/assets/96cd2df6-11ff-495b-b97f-787ea9b08dc2 )
9+
10+ ## Inlay hints
11+ ![ image] ( https://github.com/user-attachments/assets/ae2e1a14-f923-4b8b-b1b5-1515b9e55697 )
12+
13+ ## Tasks
14+ Support for current file run, nimble run, nimble build
15+
16+ ![ image] ( https://github.com/user-attachments/assets/7ae1b533-daef-4ecd-8896-1cbf663ba22a )
17+
18+ ## Lsp Error
19+ ![ image] ( https://github.com/user-attachments/assets/04bd10b2-d531-4c22-83d3-d570c85d0eda )
20+
21+ ![ image] ( https://github.com/user-attachments/assets/e8b3d664-8753-43f6-b690-6140471a2a17 )
22+
23+
24+
725# Formating Configuration
826
927To use nph as a formatter, add this to your settings
@@ -23,7 +41,5 @@ To use nph as a formatter, add this to your settings
2341
2442# Need to fix:
2543- Auto indent
26- - inlay hint
27- - run and build task
2844- some syntax coloring issues
2945- Config options
You can’t perform that action at this time.
0 commit comments