Implementing epitech headers (POST 2017) for neovim in lua
- You can install epi_headers using your favorite plugin manager for neovim!
-- config.lua
-- You can now insert header with the "tek" motion (modifiable)
vim.keymap.set('n', "tek", function() require('epiheaders').insert_header() end)If you encounter a problem using epi_headers, you can open an issue on this repo explaining your problem.
If you are looking for support for other languages, you can also open an issue. You can also probably do it yourself with the template, shouldn't be too hard.
The MIT License (MIT) 2024 - Laurent Gonzalez. LICENSE