nixos-configs/modules/editor/vim/lua/plugins/lsp.lua

15 lines
205 B
Lua
Raw Normal View History

2024-08-08 01:47:41 +02:00
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
metals = {
settings = {
showImplicitArguments = false,
},
},
},
},
},
}