This is an automated archive made by the Lemmit Bot.

The original was posted on /r/neovim by /u/SynapticLookingGlass on 2024-11-04 23:35:03+00:00.


I am currently working as a software development contractor, so I often have to jump into projects with strange requirements, using strange technologies. I am currently working on a retail website that is deployed by syncing the files up to a sftp server, so I wrote a quick Neovim command that will sync my current file up to the server, that worked well.

Then I thought, “Its not uncommon I need some very project specific configurations for Neovim”, so I wrote a quick function that runs on VimEnter, that searches for a .nvim.lua file, and sources it for project specific configuration.

I cannot imagine doing software development without this editor.