mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
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:
parent
046d3e79a9
commit
74ffae99d4
7 changed files with 12 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue