Skip to content

Commit c86b7dc

Browse files
committed
fix pack dir
1 parent bcf9934 commit c86b7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/strive/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local plugin_map = {}
1313

1414
-- Data paths
1515
local data_dir = vim.fn.stdpath('data')
16-
local PACK_DIR = joinpath(data_dir, 'strive')
16+
local PACK_DIR = joinpath(data_dir, 'strive.nvim')
1717

1818
-- Add to packpath
1919
vim.opt.packpath:prepend(joinpath(data_dir, 'site'))

0 commit comments

Comments
 (0)