fix comma missint
This commit is contained in:
parent
f8f5663962
commit
281a0bbd8f
4
init.lua
4
init.lua
|
@ -183,9 +183,9 @@ require('lazy').setup({
|
|||
-- NOTE: If you are having trouble with this installation,
|
||||
-- refer to the README for telescope-fzf-native for more instructions.
|
||||
-- for non-windows
|
||||
-- build = 'make',
|
||||
build = 'make',
|
||||
-- for windows
|
||||
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
||||
-- build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
||||
cond = function()
|
||||
return vim.fn.executable 'make' == 1
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue