Skip to content

Commit

Permalink
chore: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Feb 5, 2024
1 parent 691e058 commit 9a04b67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/aceforeverd/lsp/metals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function M.metals()
local metals_config = vim.deepcopy(metals.bare_config())
metals_config.settings = {
showImplicitArguments = true,
testUserInterface = "Test Explorer",
}
-- TODO: add message to statusline via vim.g['metals_status']
metals_config.init_options.statusBarProvider = 'on'
Expand Down
6 changes: 6 additions & 0 deletions lua/aceforeverd/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ M.plugin_list = {
enabled = true,
updatetime = 500,
},
ignore = {
clients = {
"metals" -- metals just giving too many hints
}
}
})
end,
},
Expand Down Expand Up @@ -470,6 +475,7 @@ M.plugin_list = {

{
'HiPhish/rainbow-delimiters.nvim',
submodules = false,
config = function()
local rainbow_delimiters = require('rainbow-delimiters')

Expand Down

0 comments on commit 9a04b67

Please sign in to comment.