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 9333f9c commit a0fc34eCopy full SHA for a0fc34e
tests/tests/bau/meson.lua
@@ -2,7 +2,7 @@
2
--- @usage :luafile ~/.local/share/nvim/lazy/compiler.nvim/tests/tests/bau/meson.lua
3
4
local ms = 1000 -- wait time
5
-local bau = require("compiler.bau.cmake")
+local bau = require("compiler.bau.meson")
6
local example = vim.fn.stdpath "data" .. "/lazy/compiler.nvim/tests/examples/bau/meson"
7
8
-- Run meson.build
0 commit comments