mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
we did something
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require('maven').setup({
|
||||
executable = "mvn", -- `mvn` should be in your `PATH`, or the path to the maven exectable, for example `./mvnw`
|
||||
cwd = nil, -- work directory, default to `vim.fn.getcwd()`
|
||||
settings = nil, -- specify the settings file or use the default settings
|
||||
commands = { -- add custom goals to the command list
|
||||
{ cmd = { "clean", "compile" }, desc = "clean then compile" },
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user