Conversation
There was a problem hiding this comment.
Pull request overview
Adds tooling/config to support a Neovim 0.12-focused minimal setup, plus Lua formatting/linting configuration.
Changes:
- Add a minimal Neovim config (
nvim/minimal.lua) usingvim.pack.addand a small plugin set (LSP, completion, formatting, linting). - Add formatter/linter configuration files for Lua (
stylua.toml,selene.toml,selene.nvim.yaml). - Add
rumdlmarkdown-lint directives toREADME.mdto control line-length linting.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| stylua.toml | Configure StyLua formatting defaults (2-space indent, prefer single quotes). |
| selene.toml | Configure Selene standard (lua51+selene.nvim). |
| selene.nvim.yaml | Declare vim global for Selene when linting Neovim Lua. |
| nvim/minimal.lua | New minimal Neovim 0.12 config: plugin install, LSP, completion, formatting, lint, keymaps, diagnostics UX. |
| README.md | Add rumdl directives for markdown line-length rules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.