1

Refresh generated nvim config

This commit is contained in:
2024-06-03 21:11:20 +02:00
parent fd506d4921
commit 50723ef645
2114 changed files with 84528 additions and 44473 deletions

View File

@ -0,0 +1,12 @@
.PHONY: test
test:
nvim --headless --noplugin -u tests/mininit.lua -c "lua require('plenary.test_harness').test_directory('tests/neo-tree/', {minimal_init='tests/mininit.lua',sequential=true})"
.PHONY: test-docker
test-docker:
docker build -t neo-tree .
docker run --rm neo-tree make test
.PHONY: format
format:
stylua --glob '*.lua' --glob '!defaults.lua' .