java tool working on mac

This commit is contained in:
Chris 2021-07-09 01:37:03 -04:00
parent 1154032f64
commit d539ec951c
4 changed files with 80 additions and 29 deletions

View file

@ -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 = "" },