diff options
author | chaesngmin <[email protected]> | 2022-10-03 10:19:59 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-03 01:19:59 +0000 |
commit | 6a72ad281e598e445d37aaa87a9ef293d974bc40 (patch) | |
tree | 74974fdbc86d385c882d5d0a9123582ef17a48ea /lua/lvim/bootstrap.lua | |
parent | 3008c752982553a25f9bc9967f5757af66c7df7e (diff) |
Fix: correct typos (#3117)
Diffstat (limited to 'lua/lvim/bootstrap.lua')
-rw-r--r-- | lua/lvim/bootstrap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/bootstrap.lua b/lua/lvim/bootstrap.lua index 113c3f71..e0b781d7 100644 --- a/lua/lvim/bootstrap.lua +++ b/lua/lvim/bootstrap.lua @@ -70,7 +70,7 @@ function M:init(base_dir) self.packer_install_dir = join_paths(self.runtime_dir, "site", "pack", "packer", "start", "packer.nvim") self.packer_cache_path = join_paths(self.config_dir, "plugin", "packer_compiled.lua") - ---@meta overridden to use LUNARVIM_CACHE_DIR instead, since a lot of plugins call this function interally + ---@meta overridden to use LUNARVIM_CACHE_DIR instead, since a lot of plugins call this function internally ---NOTE: changes to "data" are currently unstable, see #2507 vim.fn.stdpath = function(what) if what == "cache" then |