1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 17:31:13 +01:00

treewide: vim.loop -> vim.uv

vim.loop is deprecated and vim.uv is preferred https://neovim.io/doc/user/deprecated.html#vim.loop
This commit is contained in:
Austin Horstman 2025-12-16 19:05:04 -06:00 committed by Gaétan Lepage
parent 081bcc930f
commit a1cda59a3a
8 changed files with 12 additions and 12 deletions

View file

@ -33,7 +33,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
'';
cmake_build_directory = defaultNullOpts.mkStr "out/\${variant:buildType}" ''
This is used to specify generate directory for cmake, allows macro expansion, relative to vim.loop.cwd().
This is used to specify generate directory for cmake, allows macro expansion, relative to vim.uv.cwd().
'';
cmake_soft_link_compile_commands = defaultNullOpts.mkBool true ''