mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +01:00
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(...)
3 lines
127 B
Text
3 lines
127 B
Text
vim.cmd [[source /nix/store/szdyh45rf0rgiq35zgy5b3z99f8lx8f2-nvim-init-home-manager.vim]]
|
|
function HM_PLUGIN_LUA_CONFIG ()
|
|
end
|