This is a plugin sample of neovim.
- 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.
return {
{
"Sidney-Tan/PluginSample",
evnet = "VeryLazy",
opts = {
color = "black",
},
},
}
This project is licensed under the MIT License. See the LICENSE file for details.