Skip to content

Instantly share code, notes, and snippets.

View nautilor's full-sized avatar
🏳️‍🌈
if it moves, compile it

Edoardo Zerbo nautilor

🏳️‍🌈
if it moves, compile it
  • Italy
View GitHub Profile
local M = {}
local states = {}
local build_timers = {}
local mapstruct_cache = {}
local command_group = vim.api.nvim_create_augroup("shadow-java", { clear = true })
local buffer_group = vim.api.nvim_create_augroup("shadow-java-buffer", { clear = true })
local float = {
width = 0.82,
return {
{
"nvim-java/nvim-java",
ft = "java",
dependencies = {
"neovim/nvim-lspconfig",
"MunifTanjim/nui.nvim",
"mfussenegger/nvim-dap",
{
"JavaHello/spring-boot.nvim",