Decoupling config from nvim (#1038)

This commit is contained in:
Christian Chiarulli 2021-07-19 22:50:07 -04:00 committed by GitHub
parent acb6a7a2ce
commit d02265175f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 63 additions and 39 deletions

View file

@ -1,4 +1,4 @@
CONFIG_PATH = vim.fn.stdpath "config"
CONFIG_PATH = os.getenv "HOME" .. "/.local/share/lunarvim/lvim"
DATA_PATH = vim.fn.stdpath "data"
CACHE_PATH = vim.fn.stdpath "cache"
TERMINAL = vim.fn.expand "$TERMINAL"
@ -13,7 +13,7 @@ O = {
transparent_window = false,
format_on_save = true,
lint_on_save = true,
vsnip_dir = vim.fn.stdpath "config" .. "/snippets",
vsnip_dir = os.getenv "HOME" .. "/.config/snippets",
default_options = {
backup = false, -- creates a backup file