Skip to content

Commit 52d0163

Browse files
author
Ali Shahid
committed
[fix] hard coded installation path
1 parent 1a1f244 commit 52d0163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
-- WARNING: This snippet must be placed at the top of init.lua.
33
-- ─────────────────────────────────────────────────
44
if vim.g.ABSTRACT_LOADED == nil then
5-
local abstract_path = "/home/sh4h1d/codeDNA/dev/Projects/neovim/Abstract"
6-
-- local abstract_path = vim.fn.stdpath("data") .. "/Abstract"
5+
local abstract_path = vim.fn.stdpath("data") .. "/Abstract"
76
if not (vim.uv or vim.loop).fs_stat(abstract_path) then
87
vim.fn.system({ "git", "clone", "https://github.com/Abstract-IDE/Abstract", "--branch=rewrite", abstract_path })
98
end

0 commit comments

Comments
 (0)