nvim/lua/plugins/wildcat.lua

14 lines
252 B
Lua
Raw Normal View History

2023-12-04 09:24:43 +01:00
return {
'javiorfo/nvim-wildcat',
lazy = true,
cmd = { "WildcatRun" },
dependencies = { 'javiorfo/nvim-popcorn' },
opts = {
tomcat = {
home = "/home/fiplox/Software/apache-tomcat-10.1.13/",
app_base = "webapps",
default = true
}
}
}