You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# sql-formatter.nvim
2
2
3
-
A lightweight, high-performance SQL formatter plugin for Neovim that leverages `sqlparse` for optimal formatting results with a Lua fallback for basic formatting.
3
+
A lightweight, high-performance SQL formatter plugin for Neovim that leverages `sql-formatter` (Node.js) or `sqlparse`(Python) for optimal formatting results, with a Lua fallback for basic formatting.
4
4
5
5
## Images
6
6
<pfloat="left">
@@ -10,24 +10,32 @@ A lightweight, high-performance SQL formatter plugin for Neovim that leverages `
10
10
11
11
## Features
12
12
13
-
- 🚀 **High Performance**: Uses external `sqlparse`formatter for speed
13
+
- 🚀 **High Performance**: Uses external `sql-formatter` (Node.js) or `sqlparse`(Python) for speed
0 commit comments