Regenerate nvim config
This commit is contained in:
12
config/neovim/store/lazy-plugins/nvim-lspconfig/Makefile
Normal file
12
config/neovim/store/lazy-plugins/nvim-lspconfig/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
test:
|
||||
vusted ./test
|
||||
|
||||
lint:
|
||||
@printf "\nRunning luacheck\n"
|
||||
luacheck lua/* test/*
|
||||
@printf "\nRunning selene\n"
|
||||
selene --display-style=quiet .
|
||||
@printf "\nRunning stylua\n"
|
||||
stylua --check .
|
||||
|
||||
.PHONY: test lint
|
||||
Reference in New Issue
Block a user