2.home-manager/tests
Evgeny Zislis 1df816c407
fix: ensure newline after vim.cmd[[source...]] in neovim init.lua (#7219)
Fix an issue where the generated ~/.config/nvim/init.lua lacks a newline after the vim.cmd [[source ...]] directive. Without this newline, subsequent lua configuration is concatenated onto the same line, breaking lua syntax.

init.lua Before:

vim.cmd [[source /nix/store/...]]vim.opt.rtp:prepend(...)

After:

vim.cmd [[source /nix/store/...]]
vim.opt.rtp:prepend(...)
2025-06-09 22:10:54 +02:00
..
integration home-manager: fix integration tests 2025-06-09 16:08:02 +02:00
lib treewide: remove unused code (#6985) 2025-05-07 10:03:21 -05:00
modules fix: ensure newline after vim.cmd[[source...]] in neovim init.lua (#7219) 2025-06-09 22:10:54 +02:00
asserts.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
big-test.nix treewide: Prevent IFD by default 2025-05-07 10:34:18 -05:00
darwinScrublist.nix nyxt: add module (#7232) 2025-06-08 11:27:00 -05:00
default.nix mc: add midnight commander module (#7225) 2025-06-09 09:25:11 -05:00
flake.nix tests: create no-big and ifd test outputs. 2025-06-02 22:58:05 -05:00
stubs.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00