mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add: config java with mason registri
This commit is contained in:
parent
9f267f2109
commit
ee86e49f17
2 changed files with 44 additions and 0 deletions
|
@ -25,3 +25,12 @@ require("custom.keymaps")
|
|||
-- vim.cmd("colorscheme onedark")
|
||||
-- vim.cmd("colorscheme github_dark_dimmed")
|
||||
-- vim.cmd("colorscheme github_dark_high_contrast")
|
||||
|
||||
-- local mason_reg = require("mason-registry")
|
||||
-- for _, pkg in pairs(mason_reg.get_installed_packages()) do
|
||||
-- for _, type in pairs(pkg.spec.categories) do
|
||||
-- if type == "LSP" and pkg.spec.name == "jdtls" then
|
||||
-- print("JDTLS READY")
|
||||
-- end
|
||||
-- end
|
||||
-- end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue