diff options
Diffstat (limited to 'dot_config/nvim_new/lsp/air.lua')
| -rw-r--r-- | dot_config/nvim_new/lsp/air.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/air.lua b/dot_config/nvim_new/lsp/air.lua new file mode 100644 index 0000000..8f90a73 --- /dev/null +++ b/dot_config/nvim_new/lsp/air.lua @@ -0,0 +1,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' }, +} |
