update: add marksman lsp for markdown language support to init.lua

This commit is contained in:
Pascal Popp 2024-08-07 19:30:47 +02:00
parent a43c89f3ca
commit 1713e6905e
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ require('lazy').setup({
local servers = {
clangd = {},
dockerls = {},
marksman = {},
-- gopls = {},
pyright = {},
-- rust_analyzer = {},