Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foxoman authored Jul 13, 2024
1 parent 47b59bd commit e312c79
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Nim support for Zed Editor
- Tree-Sitter Support: https://github.com/alaviss/tree-sitter-nim
- Language Server Support: https://github.com/nim-lang/langserver

# Screenshot
![image](https://github.com/user-attachments/assets/96cd2df6-11ff-495b-b97f-787ea9b08dc2)

## Inlay hints
![image](https://github.com/user-attachments/assets/ae2e1a14-f923-4b8b-b1b5-1515b9e55697)

## Tasks
Support for current file run, nimble run, nimble build

![image](https://github.com/user-attachments/assets/7ae1b533-daef-4ecd-8896-1cbf663ba22a)

## Lsp Error
![image](https://github.com/user-attachments/assets/04bd10b2-d531-4c22-83d3-d570c85d0eda)

![image](https://github.com/user-attachments/assets/e8b3d664-8753-43f6-b690-6140471a2a17)



# Formating Configuration

To use nph as a formatter, add this to your settings
Expand All @@ -23,7 +41,5 @@ To use nph as a formatter, add this to your settings

# Need to fix:
- Auto indent
- inlay hint
- run and build task
- some syntax coloring issues
- Config options

0 comments on commit e312c79

Please sign in to comment.