aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/air.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/air.lua')
-rw-r--r--lsp/air.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/air.lua b/lsp/air.lua
index 8f90a73d..4c654fb4 100644
--- a/lsp/air.lua
+++ b/lsp/air.lua
@@ -5,6 +5,7 @@
--- 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.
+---@type vim.lsp.Config
return {
cmd = { 'air', 'language-server' },
filetypes = { 'r' },