Skip to content

Commit 9a29abe

Browse files
committed
Update readme
Every time I look at it there's something else that can be improved
1 parent d619dcc commit 9a29abe

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@
1818

1919
![A fast paced demo of Treewalker.nvim](https://github.com/user-attachments/assets/4d23af49-bd94-412a-bc8c-d546df6775df)
2020

21-
### Move around your code in a syntax tree aware manner.
22-
23-
Treewalker uses neovim's native [Treesitter](https://github.com/tree-sitter/tree-sitter) under the hood for syntax tree awareness.
24-
It has no dependencies, and is meant to "just work". It's "batteries included", with minimal configuration.
21+
<div align="center">
22+
<h2>Move around your code in a syntax tree aware manner.</h2>
23+
<p>
24+
Treewalker uses neovim's native <a href="https://github.com/tree-sitter/tree-sitter">Treesitter</a> under the hood for syntax tree awareness.
25+
Design goals include stability, ergonomics, and simplicity.
26+
</p>
27+
</div>
2528

2629
---
2730

0 commit comments

Comments
 (0)