mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/env bash
|
|
|
|
nvim -u tests/minit.lua --headless +'lua require("snacks.meta.docs").fix_titles()' +qa
|