A starter template for LazyVim. Refer to the documentation to get started.
This config keeps local project tooling intentionally small and portable.
make formatformats Lua files with StyLua.make lint-formatchecks Lua formatting without changing files.make lintlints Lua files with Selene using Neovim'svimstandard library.make checkruns formatting checks and linting together.
Install stylua and selene with your preferred system package manager.