summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/bootstrap.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/bootstrap.lua')
-rw-r--r--.config/nvim/lua/bootstrap.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/lua/bootstrap.lua b/.config/nvim/lua/bootstrap.lua
index a461964..4247f04 100644
--- a/.config/nvim/lua/bootstrap.lua
+++ b/.config/nvim/lua/bootstrap.lua
@@ -1,7 +1,5 @@
local M = {}
-local uv = vim.loop
-
---Join path segments that were passed as input
---@return string
function _G.join_paths(...)
@@ -67,7 +65,6 @@ function M:init()
return self
end
----Update LunarVim
---pulls the latest changes from github and, resets the startup cache
function M:update()
package.loaded["utils.hooks"] = nil