update: add marksman lsp for markdown language support to init.lua
This commit is contained in:
parent
a43c89f3ca
commit
1713e6905e
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -577,6 +577,7 @@ require('lazy').setup({
|
||||||
local servers = {
|
local servers = {
|
||||||
clangd = {},
|
clangd = {},
|
||||||
dockerls = {},
|
dockerls = {},
|
||||||
|
marksman = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue