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