ChristianChiarulli / lvim

My config for LunarVim
https://www.lunarvim.org
282 stars 92 forks source link

Questions about Java #6

Open punkucheung opened 2 years ago

punkucheung commented 2 years ago

Hello chris, Can you help me see why? Thank you

I downloaded yours

When I use "lvim" to edit. I received the following error message.

Deprecation notice: [lvim.builtin.dashboard] setting is no longer supported. Use lvim.builtin.alpha instead. See LunarVim#1906 packer.nvim: Error running config for nvim-treesitter: ...er/start/nvim-treesitter/lua/nvim-treesitter/install.lua:373: Parser not available for language main tained Press ENTER or type command to continue

When I use lvim to open Java file, showing this, how to solve it?

====================================================

checkhealth

hop: require("hop.health").check()

Ensuring keys are unique

Checking for deprecated features

magma: health#magma#check

requirements

null-ls: require("null-ls.health").check()

nvim: health#nvim#check

Configuration

Performance

Remote Plugins

terminal

nvim-lsp-installer: require("nvim-lsp-installer.health").check()

nvim-lsp-installer report

nvim-treesitter: require("nvim-treesitter.health").check()

Installation

Parser/Features H L F I J

JosefLitos commented 1 year ago

I have a different question, since the issue name allows it, I would like to ask: Do you have any keymapping/shortcuts for compiling jars and/or generating initial maven/gradle/ant files when creating a project?