3rd party Neovim plugin that compliments https://mise.jdx.dev/

chore(build): auto-generate vimdoc

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