aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/installers/init.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-12-07 20:15:03 +0100
committerGitHub <noreply@github.com>2021-12-07 20:15:03 +0100
commit0fe8c254d90794f13860cbeac5e5987a081a8031 (patch)
treeb3a7c9239278baaaefa4274955f910adbb2ced94 /lua/nvim-lsp-installer/installers/init.lua
parentfix(installers/npm): dont apply global-style for standalone npm install (diff)
downloadmason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar
mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.gz
mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.bz2
mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.lz
mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.xz
mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.zst
mason-0fe8c254d90794f13860cbeac5e5987a081a8031.zip
initial healthcheck integration (#321)
Diffstat (limited to 'lua/nvim-lsp-installer/installers/init.lua')
-rw-r--r--lua/nvim-lsp-installer/installers/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/installers/init.lua b/lua/nvim-lsp-installer/installers/init.lua
index a04eeafb..25d97658 100644
--- a/lua/nvim-lsp-installer/installers/init.lua
+++ b/lua/nvim-lsp-installer/installers/init.lua
@@ -1,6 +1,7 @@
local platform = require "nvim-lsp-installer.platform"
local log = require "nvim-lsp-installer.log"
local Data = require "nvim-lsp-installer.data"
+local process = require "nvim-lsp-installer.process"
local fs = require "nvim-lsp-installer.fs"
local path = require "nvim-lsp-installer.path"