changeset 730:342a9bb455c8

feat: enable printenv hover
author zegervdv <zegervdv@me.com>
date Mon, 12 Dec 2022 18:35:48 +0100
parents 58fc7cc955d1
children 08beb03b4ee5
files .chezmoitemplates/init.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Mon Dec 12 18:35:07 2022 +0100
+++ b/.chezmoitemplates/init.lua	Mon Dec 12 18:35:48 2022 +0100
@@ -1200,6 +1200,7 @@
     null_ls.builtins.diagnostics.shellcheck,
     null_ls.builtins.formatting.prettier,
     null_ls.builtins.code_actions.gitrebase,
+    null_ls.builtins.hover.printenv,
   },
   on_attach = on_attach,
   root_dir = require('null-ls.utils').root_pattern('.hg', '.git', 'stylua.toml'),