Skip to content

lg-epitech/epi_headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

forthebadge

forthebadge

epi_headers

Implementing epitech headers (POST 2017) for neovim in lua

Installation

  • 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)

Issues

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.

License

The MIT License (MIT) 2024 - Laurent Gonzalez. LICENSE

About

An implementation for epitech headers (post 2017 only) in lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages