mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: testing java on linux
This commit is contained in:
parent
ee86e49f17
commit
f5adb4bb7d
2 changed files with 34 additions and 48 deletions
|
@ -1,9 +1,4 @@
|
|||
_G.pcode = _G.pcode or {}
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.blade%.php"] = "blade",
|
||||
},
|
||||
})
|
||||
require("custom.default")
|
||||
require("custom.dashboard")
|
||||
require("config.lazy_lib")
|
||||
|
@ -25,12 +20,3 @@ 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