We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493f174 commit 924807aCopy full SHA for 924807a
README.md
@@ -794,14 +794,16 @@ require("grapple").setup({
794
scope = "custom",
795
796
scopes = {
797
- name = "custom",
798
- fallback = "cwd",
799
- cache = { event = "DirChanged" },
800
- resolver = function()
801
- local path = vim.env.HOME
802
- local id = path
803
- return id, path
804
- end
+ {
+ name = "custom",
+ fallback = "cwd",
+ cache = { event = "DirChanged" },
+ resolver = function()
+ local path = vim.env.HOME
+ local id = path
+ return id, path
805
+ end
806
+ }
807
}
808
})
809
0 commit comments