Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

42's stdheader plugin written in Lua

Notifications You must be signed in to change notification settings

vinicius507/header42.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

header42.nvim

École 42's header plugin written in Lua

Warning

This plugin has been deprecated in favor of ft_nvim

-- ************************************************************************** --
--                                                                            --
--                                                        :::      ::::::::   --
--   api.lua                                            :+:      :+:    :+:   --
--                                                    +:+ +:+         +:+     --
--   By: vgoncalv <vgoncalv@student.42sp.org.br>    +#+  +:+       +#+        --
--                                                +#+#+#+#+#+   +#+           --
--   Created: 2023/01/13 15:19:30 by vgoncalv          #+#    #+#             --
--   Updated: 2023/01/17 18:46:09 by vgoncalv         ###   ########.fr       --
--                                                                            --
-- ************************************************************************** --

Usage

Installation

You can install the plugin using your favorite plugin manager.

Using lazy.nvim
{
 "vinicius507/header42.nvim",
 opts = {
  login = "marvin",
  email = "marvin@42.fr",
 }
}
Using Packer
use({
 "vinicius507/header42.nvim",
 config = function()
  require("header42").setup({
   login = "marvin",
   email = "marvin@42.fr",
  })
 end,
})

Inserting/Updating the header

You can insert or update the header using the following Stdheader command:

:Stdheader

About

42's stdheader plugin written in Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%