mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 03:14:38 +02:00
19 lines
293 B
Lua
19 lines
293 B
Lua
|
return {
|
||
|
{
|
||
|
"neovim/nvim-lspconfig",
|
||
|
opts = {
|
||
|
servers = {
|
||
|
harper_ls = {
|
||
|
settings = {
|
||
|
["harper-ls"] = {
|
||
|
codeActions = {
|
||
|
forceStable = true,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|