Skip to content

lazynvim installation help #8

Closed Answered by hros
hros asked this question in Q&A
Mar 2, 2024 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Placing a file xmake.lua in the ~/.config/nvim/lua/plugins directory works for me
The contents of xmake.lua:

return {
    {
        "Mythos-404/xmake.nvim",
        lazy = true,
        event = "BufReadPost xmake.lua",
        config = true,
        dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" }
    }
}

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Mythos-404
Comment options

@hros
Comment options

@Mythos-404
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Mythos-404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants