Skip to content

Commit 6b67df2

Browse files
committed
Update docs
1 parent db09b6c commit 6b67df2

File tree

4 files changed

+2
-35
lines changed

4 files changed

+2
-35
lines changed

README.md

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- markdownlint-configure-file
2-
{
3-
"line-length": false,
4-
"no-inline-html": false
5-
}
6-
-->
7-
81
# null-ls.nvim
92

103
Use Neovim as a language server to inject LSP diagnostics, code actions, and
@@ -41,13 +34,9 @@ versions.
4134
null-ls sources are able to hook into the following LSP features:
4235

4336
- Code actions
44-
4537
- Diagnostics (file- and project-level)
46-
4738
- Formatting (including range formatting)
48-
4939
- Hover
50-
5140
- Completion
5241

5342
null-ls includes built-in sources for each of these features to provide
@@ -306,20 +295,18 @@ If you run into plenary-related issues while running the tests, make sure you
306295
have an up-to-date version of the plugin by clearing that cache with:
307296
`make clean`.
308297

309-
All tests expect to run on the latest release version of Neovim and are not guaranteed to work on versions built from `HEAD`.
298+
All tests expect to run on the latest release version of Neovim and are not
299+
guaranteed to work on versions built from `HEAD`.
310300

311301
## Alternatives
312302

313303
- [efm-langserver](https://github.com/mattn/efm-langserver) and
314304
[diagnostic-languageserver](https://github.com/iamcco/diagnostic-languageserver):
315305
general-purpose language servers that can provide formatting and diagnostics
316306
from CLI output.
317-
318307
- [nvim-lint](https://github.com/mfussenegger/nvim-lint): a Lua plugin that
319308
focuses on providing diagnostics from CLI output.
320-
321309
- [formatter.nvim](https://github.com/mhartington/formatter.nvim): a Lua plugin
322310
that (surprise) focuses on formatting.
323-
324311
- [hover.nvim](https://github.com/lewis6991/hover.nvim): Hover plugin framework
325312
for Neovim.

doc/BUILTIN_CONFIG.md

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- markdownlint-configure-file
2-
{
3-
"line-length": false,
4-
"no-duplicate-header": false
5-
}
6-
-->
7-
81
# Using and configuring built-in sources
92

103
null-ls includes a library of built-in sources meant to provide out-of-the-box

doc/CONFIG.md

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- markdownlint-configure-file
2-
{
3-
"line-length": false,
4-
"no-duplicate-header": false
5-
}
6-
-->
7-
81
# Installing and configuring null-ls
92

103
You can install null-ls using any package manager. Here is a simple example

doc/MAIN.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<!-- markdownlint-configure-file
2-
{
3-
"line-length": false
4-
}
5-
-->
6-
71
# null-ls Documentation
82

93
Splits into the following documents:

0 commit comments

Comments
 (0)