Disable marksman #10

Merged
palkx merged 1 commits from feature/9-remove-marksman into main 2023-10-10 10:16:46 +03:00
Showing only changes of commit 59f0d67e6d - Show all commits

View File

@@ -4,7 +4,8 @@ return {
opts = function(_, opts) opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {} opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { vim.list_extend(opts.ensure_installed, {
"marksman", -- See https://xaked.com/xaked/nvim/issues/9
-- "marksman",
"mdformat", "mdformat",
}) })
end, end,
@@ -19,14 +20,15 @@ return {
}) })
end, end,
}, },
{ -- See https://xaked.com/xaked/nvim/issues/9
"neovim/nvim-lspconfig", -- {
opts = { -- "neovim/nvim-lspconfig",
servers = { -- opts = {
marksman = {}, -- servers = {
}, -- marksman = {},
}, -- },
}, -- },
-- },
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
opts = function(_, opts) opts = function(_, opts)