Support different config paths (#426)

This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
This commit is contained in:
Amandus Søve Thorsrud 2021-05-26 01:08:15 +02:00 committed by GitHub
parent 046d3e79a9
commit 74ffae99d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 11 deletions

View file

@ -15,7 +15,7 @@ end
local bundles = {
vim.fn.glob(
"~/.config/nvim/.debuggers/java-debug/com.microsoft.java.debug.plugin/target/com.microsoft.java.debug.plugin-*.jar")
CONFIG_PATH.."/.debuggers/java-debug/com.microsoft.java.debug.plugin/target/com.microsoft.java.debug.plugin-*.jar")
};
local on_attach = function(client, bufr)