mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02:00
Merge 6d0c92a0a7
into 25abbf546d
This commit is contained in:
commit
c6c51fdce1
1 changed files with 18 additions and 0 deletions
18
lua/lazyvim/plugins/extras/text/harper.lua
Normal file
18
lua/lazyvim/plugins/extras/text/harper.lua
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
servers = {
|
||||||
|
harper_ls = {
|
||||||
|
settings = {
|
||||||
|
["harper-ls"] = {
|
||||||
|
codeActions = {
|
||||||
|
forceStable = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue