We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc615a commit ed6ab4eCopy full SHA for ed6ab4e
tests/test-sources/plugins/by-name/substitute/default.nix
@@ -46,7 +46,7 @@
46
plugins.substitute = {
47
enable = true;
48
settings = {
49
- on_substitute = lib.nixvim.nestedLiteralLua ''
+ on_substitute = lib.nixvim.mkRaw ''
50
function(params)
51
vim.notify("substituted using register " .. params.register)
52
end
0 commit comments