This commit is contained in:
foozzi 2024-08-18 16:57:33 +02:00
parent 4396724c36
commit bbf6f65419
20 changed files with 359 additions and 114 deletions

View file

@ -112,6 +112,7 @@ local config = function()
biome = function() -- use tsserver instead
return {}
end,
require("lspconfig").marksman.setup({}),
},
})
@ -130,7 +131,7 @@ local config = function()
completeopt = "menu,menuone,noinsert",
},
sources = {
{ name = "mkdnflow" },
-- { name = "mkdnflow" },
{ name = "luasnip" },
{ name = "path" },
{ name = "nvim_lsp" },