mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
java tool working on mac
This commit is contained in:
parent
1154032f64
commit
d539ec951c
4 changed files with 80 additions and 29 deletions
|
@ -2,6 +2,7 @@ CONFIG_PATH = vim.fn.stdpath "config"
|
|||
DATA_PATH = vim.fn.stdpath "data"
|
||||
CACHE_PATH = vim.fn.stdpath "cache"
|
||||
TERMINAL = vim.fn.expand "$TERMINAL"
|
||||
USER = vim.fn.expand "$USER"
|
||||
|
||||
O = {
|
||||
format_on_save = true,
|
||||
|
@ -125,7 +126,11 @@ O = {
|
|||
graphql = {},
|
||||
go = {},
|
||||
html = {},
|
||||
java = {},
|
||||
java = {
|
||||
java_tools = {
|
||||
active = false,
|
||||
},
|
||||
},
|
||||
json = {
|
||||
diagnostics = {
|
||||
virtual_text = { spacing = 0, prefix = "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue