Skip to content

Commit 457f354

Browse files
committed
docs: detailed description
1 parent 71d8efc commit 457f354

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

LICENSE

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
11
MIT License
22

3-
Copyright (c) 2025 anvndev
3+
Copyright (c) 2025 anvndev (@andev0x)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
6+
of this software and associated documentation files (the Software), to deal
77
in the Software without restriction, including without limitation the rights
88
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
9+
copies of the Software, and to permit persons to whom the Software is furnished
10+
to do so, subject to the following conditions:
1111

1212
The above copyright notice and this permission notice shall be included in all
1313
copies or substantial portions of the Software.
1414

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-
23-
---
24-
25-
⚠️ Security & Respect Notice:
26-
27-
This project may involve sensitive logic, security features, or proprietary ideas. By using or contributing to this project, you agree to:
28-
29-
- Respect the original author's work and intentions.
30-
- Not use this software for malicious, unethical, or harmful purposes.
31-
- Acknowledge the value of transparency, privacy, and responsible development.
32-
33-
Any violation may lead to removal of access or reporting of misuse.

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1+
<div align = "center">
2+
<img src="https://devblogs.microsoft.com/azure-sql/wp-content/uploads/sites/56/2025/05/sql25Icon.png" width = 230/>
3+
14
# sql-formatter.nvim
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Neovim](https://img.shields.io/badge/Neovim-%3E=0.9.0-blueviolet?logo=neovim)](https://neovim.io/) [![Neovim](https://img.shields.io/badge/my%20blog-andev0x-blue)](https://andev0x.github.io/)
6+
7+
8+
</div>
9+
210

311
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.
412

13+
14+
515
## Images
6-
<p float="left">
7-
<img src="https://raw.githubusercontent.com/andev0x/description-image-archive/refs/heads/main/sql-formatter/p1.png" width="300" />
8-
<img src="https://raw.githubusercontent.com/andev0x/description-image-archive/refs/heads/main/sql-formatter/p2.png" width="300" />
9-
</p>
16+
<div align="center">
17+
<img src="https://raw.githubusercontent.com/andev0x/description-image-archive/refs/heads/main/sql-formatter/p1.png" width="400" />
18+
<img src="https://raw.githubusercontent.com/andev0x/description-image-archive/refs/heads/main/sql-formatter/p2.png" width="400" />
19+
20+
</div>
1021

1122
## Features
1223

@@ -202,3 +213,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
202213
## Support
203214

204215
If you find this plugin useful, consider [sponsoring the development](https://github.com/sponsors/andev0x).
216+

0 commit comments

Comments
 (0)