Skip to content

Sidney-Tan/PluginSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PluginSample

This is a plugin sample of neovim.

🚀 Features

  • User configuration and plugin configuration are combined.
  • The configuration can be updated directly without restarting neovim.
  • The function of this plugin is to modify the color and style of neovim.

📦 Installation

Using Lazy.nvim

return {
  {
    "Sidney-Tan/PluginSample",
    evnet = "VeryLazy",
    opts = {
      color = "black",
    },
  },
}

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Plugin sample of neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages