Refresh generated nvim config
This commit is contained in:
12
config/neovim/store/lazy-plugins/neo-tree.nvim/Makefile
Normal file
12
config/neovim/store/lazy-plugins/neo-tree.nvim/Makefile
Normal 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' .
|
||||
Reference in New Issue
Block a user