pages/dotfiles/pack/plugins/start/dirbuf.nvim/Justfile

8 lines
95 B
Makefile
Executable File

all: lint test
test:
nvim --headless --clean -u tests/test_init.vim +Test
lint:
luacheck .