Skip to content

navaneet-rao/shiny-engine.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is just a "hello" program, this just helped me understand how to write a plugin in Neovim

add the following code to your nvim config

with lazy plugin manager

return {
  "navaneet-rao/shiny-engine.nvim", opts = { name = `yourname`},
}

replace yourname as you wish,

example :-

return {
  "navaneet-rao/shiny-engine.nvim", opts = { name = "Luke" },
}

and to run the program use the following keybind

<leader>h 

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages