We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf9934 commit c86b7dcCopy full SHA for c86b7dc
lua/strive/init.lua
@@ -13,7 +13,7 @@ local plugin_map = {}
13
14
-- Data paths
15
local data_dir = vim.fn.stdpath('data')
16
-local PACK_DIR = joinpath(data_dir, 'strive')
+local PACK_DIR = joinpath(data_dir, 'strive.nvim')
17
18
-- Add to packpath
19
vim.opt.packpath:prepend(joinpath(data_dir, 'site'))
0 commit comments