Skip to content

Nvim 0.12#76

Open
davidjenni wants to merge 10 commits intomainfrom
nvim-0.12
Open

Nvim 0.12#76
davidjenni wants to merge 10 commits intomainfrom
nvim-0.12

Conversation

@davidjenni
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 26, 2026 02:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) using vim.pack.add and a small plugin set (LSP, completion, formatting, linting).
  • Add formatter/linter configuration files for Lua (stylua.toml, selene.toml, selene.nvim.yaml).
  • Add rumdl markdown-lint directives to README.md to 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.

Comment thread nvim/minimal.lua Outdated
Comment thread nvim/minimal.lua Outdated
Comment thread nvim/minimal.lua Outdated
Comment thread nvim/minimal.lua
Comment thread nvim/minimal.lua Outdated
Comment thread nvim/minimal.lua Outdated
davidjenni and others added 2 commits March 25, 2026 19:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread nvim/minimal.lua Outdated
Comment thread nvim/minimal.lua Outdated
davidjenni and others added 2 commits March 25, 2026 22:08
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread nvim/minimal.lua Outdated
Comment thread nvim/minimal.lua Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants