Neovim
Prerequisites
Tool
Minimum Required Version
Get started
require("lazy").setup({
{
"trunk-io/neovim-trunk",
lazy = false,
-- optionally pin a version
tag = "v0.1.3",
-- these are optional config arguments (defaults shown)
config = {
-- trunkPath = "trunk",
-- lspArgs = {},
-- formatOnSave = true,
-- formatOnSaveTimeout = 10, -- seconds
-- logLevel = "info"
},
main = "trunk",
dependencies = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}
}
})Features
Limitations
Last updated

