enc: add snippet path config

This commit is contained in:
Pojok Code 2024-11-05 06:09:08 +07:00
parent 9aebda6491
commit 5f97594d62
5 changed files with 149 additions and 148 deletions

View file

@ -67,3 +67,4 @@ pcode.themes = {
-- activate config transparent_bg
pcode.transparent = false
pcode.localcode = true
pcode.snippets_path = vim.fn.stdpath("config") .. "/mysnippets"