File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Nvim by running `:help lspconfig-all`.
8
8
- [ada_ls](#ada_ls)
9
9
- [agda_ls](#agda_ls)
10
10
- [aiken](#aiken)
11
+ - [air](#air)
11
12
- [alloy_ls](#alloy_ls)
12
13
- [anakin_language_server](#anakin_language_server)
13
14
- [angularls](#angularls)
@@ -446,6 +447,35 @@ Default config:
446
447
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/aiken.lua:4](../lua/lspconfig/configs/aiken.lua#L4)
447
448
448
449
450
+ ## air
451
+
452
+ https://github.com/posit-dev/air
453
+
454
+ Air is an R formatter and language server, written in Rust.
455
+
456
+ Refer to the [documentation](https://posit-dev.github.io/air/editors.html) for more details.
457
+
458
+ Snippet to enable the language server:
459
+ ```lua
460
+ require'lspconfig'.air.setup{}
461
+ ```
462
+
463
+ Default config:
464
+ - `cmd` :
465
+ ```lua
466
+ { "air", "language-server" }
467
+ ```
468
+ - `filetypes` :
469
+ ```lua
470
+ { "r" }
471
+ ```
472
+ - `root_dir` :
473
+ ```lua
474
+ "/home/runner/work/nvim-lspconfig/nvim-lspconfig"
475
+ ```
476
+ - `single_file_support` : `true`
477
+
478
+
449
479
## alloy_ls
450
480
451
481
https://github.com/AlloyTools/org.alloytools.alloy
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Nvim by running `:help lspconfig-all`.
8
8
- [ada_ls](#ada_ls)
9
9
- [agda_ls](#agda_ls)
10
10
- [aiken](#aiken)
11
+ - [air](#air)
11
12
- [alloy_ls](#alloy_ls)
12
13
- [anakin_language_server](#anakin_language_server)
13
14
- [angularls](#angularls)
@@ -446,6 +447,35 @@ Default config:
446
447
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/aiken.lua:4](../lua/lspconfig/configs/aiken.lua#L4)
447
448
448
449
450
+ ## air
451
+
452
+ https://github.com/posit-dev/air
453
+
454
+ Air is an R formatter and language server, written in Rust.
455
+
456
+ Refer to the [documentation](https://posit-dev.github.io/air/editors.html) for more details.
457
+
458
+ Snippet to enable the language server:
459
+ ```lua
460
+ require'lspconfig'.air.setup{}
461
+ ```
462
+
463
+ Default config:
464
+ - `cmd` :
465
+ ```lua
466
+ { "air", "language-server" }
467
+ ```
468
+ - `filetypes` :
469
+ ```lua
470
+ { "r" }
471
+ ```
472
+ - `root_dir` :
473
+ ```lua
474
+ "/home/runner/work/nvim-lspconfig/nvim-lspconfig"
475
+ ```
476
+ - `single_file_support` : `true`
477
+
478
+
449
479
## alloy_ls
450
480
451
481
https://github.com/AlloyTools/org.alloytools.alloy
You can’t perform that action at this time.
0 commit comments