diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-17 22:24:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-17 22:24:43 +0100 |
commit | a3690ed8ca90823787fbaddb72f0a1874f1e999d (patch) | |
tree | 1b79521fdf10c133aa643e6b2e46522ab6b79097 /.config/nvim/lua/bootstrap.lua | |
parent | e953e2ee53503dcf070a7763743e4a76abb4518d (diff) |
Add lunarvim update to lsp/general
Diffstat (limited to '.config/nvim/lua/bootstrap.lua')
-rw-r--r-- | .config/nvim/lua/bootstrap.lua | 3 |
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 |