Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 334 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 334 Bytes

example.nvim

neovim starter kit plugins

install

lazy

{
    "zeindevs/example.nvim",
    opts = {
        name = "Max"
    }
}

setup

require("example").setup {
    name = "Max"
}

License

Copyright (c) 2024 zeindevs. Licensed under the MIT License (MIT).