diff options
author | LostNeophyte <[email protected]> | 2023-01-24 16:52:35 +0100 |
---|---|---|
committer | LostNeophyte <[email protected]> | 2023-01-25 11:11:25 +0100 |
commit | 7496f4505e62fb00b2f3f80be43e031cfd0cc681 (patch) | |
tree | e6ed788b87d54f4a0103b99a097b613c35f94e04 | |
parent | 27af1c294b5e6b50547fd55bbc8e65e5f64b911a (diff) |
fix lsp in 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 a2a97cea..1ba6ba42 100644 --- a/lua/lvim/bootstrap.lua +++ b/lua/lvim/bootstrap.lua @@ -63,7 +63,7 @@ function M:init(base_dir) self.pack_dir = join_paths(self.runtime_dir, "site", "pack") self.lazy_install_dir = join_paths(self.pack_dir, "lazy", "opt", "lazy.nvim") - ---@meta overridden to use LUNARVIM_CACHE_DIR instead, since a lot of plugins call this function internally + ---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 ---@diagnostic disable-next-line: duplicate-set-field vim.fn.stdpath = function(what) |