|
1 |
| -<!-- markdownlint-configure-file |
2 |
| -{ |
3 |
| - "line-length": false, |
4 |
| - "no-inline-html": false |
5 |
| -} |
6 |
| ---> |
7 |
| - |
8 | 1 | # null-ls.nvim
|
9 | 2 |
|
10 | 3 | Use Neovim as a language server to inject LSP diagnostics, code actions, and
|
@@ -41,13 +34,9 @@ versions.
|
41 | 34 | null-ls sources are able to hook into the following LSP features:
|
42 | 35 |
|
43 | 36 | - Code actions
|
44 |
| - |
45 | 37 | - Diagnostics (file- and project-level)
|
46 |
| - |
47 | 38 | - Formatting (including range formatting)
|
48 |
| - |
49 | 39 | - Hover
|
50 |
| - |
51 | 40 | - Completion
|
52 | 41 |
|
53 | 42 | 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
|
306 | 295 | have an up-to-date version of the plugin by clearing that cache with:
|
307 | 296 | `make clean`.
|
308 | 297 |
|
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`. |
310 | 300 |
|
311 | 301 | ## Alternatives
|
312 | 302 |
|
313 | 303 | - [efm-langserver](https://github.com/mattn/efm-langserver) and
|
314 | 304 | [diagnostic-languageserver](https://github.com/iamcco/diagnostic-languageserver):
|
315 | 305 | general-purpose language servers that can provide formatting and diagnostics
|
316 | 306 | from CLI output.
|
317 |
| - |
318 | 307 | - [nvim-lint](https://github.com/mfussenegger/nvim-lint): a Lua plugin that
|
319 | 308 | focuses on providing diagnostics from CLI output.
|
320 |
| - |
321 | 309 | - [formatter.nvim](https://github.com/mhartington/formatter.nvim): a Lua plugin
|
322 | 310 | that (surprise) focuses on formatting.
|
323 |
| - |
324 | 311 | - [hover.nvim](https://github.com/lewis6991/hover.nvim): Hover plugin framework
|
325 | 312 | for Neovim.
|
0 commit comments