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:
parent
081bcc930f
commit
a1cda59a3a
8 changed files with 12 additions and 12 deletions
|
|
@ -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 ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue