blob: 4a9e24937be484422504037a0b242d99eb146054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
-- https://github.com/posit-dev/air
--
-- Air is an R formatter and language server, written in Rust.
--
-- Refer to the [documentation](https://posit-dev.github.io/air/editors.html) for more details.
return {
cmd = { 'air', 'language-server' },
filetypes = { 'r' },
root_markers = { 'air.toml', '.air.toml', '.git' },
}
|