id: Load file content into file vim date: "09 November, 2024"
Load file content into file vim
Use :read <filename>
to read file contents in.
In lua, it's vim.cmd.read(filename)
How to load another file's content to the current file in Vim? - Stack Overflow