+3
-2
doc/mise.nvim.txt
+3
-2
doc/mise.nvim.txt
···
1
-
*mise.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 June 19
1
+
*mise.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 October 25
2
2
3
3
==============================================================================
4
4
Table of Contents *mise.nvim-table-of-contents*
···
37
37
38
38
>lua
39
39
{
40
-
-- Executable to run and the args to pass
40
+
-- Executable to run
41
41
run = 'mise',
42
+
-- Args for the executable, set to "env --json --quiet" to ignore mise warnings
42
43
args = 'env --json',
43
44
-- Set to override the base PATH
44
45
initial_path = vim.env.PATH,