add comment to ftplugin/java.lua, and fix some typos
This commit is contained in:
parent
dd872e8545
commit
15caf69220
4 changed files with 5 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
-- IMPORTANT: Make sure you're $JAVA_HOME is correct (prob should be 17 or higher)
|
||||||
local java_cmds = vim.api.nvim_create_augroup('java_cmds', {clear = true})
|
local java_cmds = vim.api.nvim_create_augroup('java_cmds', {clear = true})
|
||||||
local cache_vars = {}
|
local cache_vars = {}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
mason.setup({
|
mason.setup {
|
||||||
ui = {
|
ui = {
|
||||||
border = "shadow",
|
border = "shadow",
|
||||||
width = 0.6,
|
width = 0.6,
|
||||||
|
|
@ -26,4 +26,4 @@ mason.setup({
|
||||||
cancel_installation = "<C-c>", -- Keymap to cancel a package installation
|
cancel_installation = "<C-c>", -- Keymap to cancel a package installation
|
||||||
apply_language_filter = "<C-f>", -- Keymap to apply language filter
|
apply_language_filter = "<C-f>", -- Keymap to apply language filter
|
||||||
},
|
},
|
||||||
})
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ neorg.setup {
|
||||||
config = {
|
config = {
|
||||||
zen_mode = "truezen",
|
zen_mode = "truezen",
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
init.lua
2
init.lua
|
|
@ -1,4 +1,4 @@
|
||||||
-- shorhands ------------------------------------------------------------------
|
-- shorthands -----------------------------------------------------------------
|
||||||
o = vim.opt
|
o = vim.opt
|
||||||
a = vim.api
|
a = vim.api
|
||||||
g = vim.g
|
g = vim.g
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue