summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/bootstrap.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-17 22:24:43 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-17 22:24:43 +0100
commita3690ed8ca90823787fbaddb72f0a1874f1e999d (patch)
tree1b79521fdf10c133aa643e6b2e46522ab6b79097 /.config/nvim/lua/bootstrap.lua
parente953e2ee53503dcf070a7763743e4a76abb4518d (diff)
Add lunarvim update to lsp/general
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