neovim: tweak config
This commit is contained in:
parent
b9bd906e65
commit
d864982647
3 changed files with 23 additions and 2 deletions
14
modules/editor/vim/lua/plugins/lsp.lua
Normal file
14
modules/editor/vim/lua/plugins/lsp.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
metals = {
|
||||
settings = {
|
||||
showImplicitArguments = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue