Skip to content

WayneYam/cp_template.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cp_template.nvim

A simple command to copy (cp) competitive programming (cp) template into code

Installation

With lazy.nvim

  {
    "WayneYam/cp_template.nvim",
    opts = {},
    cmd = { "GetTemplate" },
  },

Usage

I put my templates inside ~/Documents/Code/_template/ and in my boilerplate I have a line with TEMPLATE ENDS HERE.

When :GetTemplate is run a picker will appear and you can fuzzy search which template to copy to the current code, the copy is automatic because of a custom confirm action.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages