summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/diagnostics.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/diagnostics.lua b/lua/diagnostics.lua
index 1ac6eb57..9a3e1e4e 100644
--- a/lua/diagnostics.lua
+++ b/lua/diagnostics.lua
@@ -36,7 +36,7 @@ module.sendAleResultsToDiagnostics = function(buffer, loclist)
)
end
- local virtualtext_enabled_set = {['all'] = true, ['2'] = true, ['current'] = true, ['1'] = true}
+ local virtualtext_enabled_set = {['all'] = true, ['2'] = true, [2] = true, ['current'] = true, ['1'] = true, [1] = true}
vim.diagnostic.set(
vim.api.nvim_create_namespace('ale'),