Basic setup for merlin

This commit is contained in:
Jiří Štefka 2022-10-25 21:28:05 +02:00
parent f41ef69d17
commit 96bce82d7b

@ -139,6 +139,7 @@ local config = {
-- enable servers that you already have installed without mason -- enable servers that you already have installed without mason
servers = { servers = {
-- "pyright" -- "pyright"
"clangd"
}, },
formatting = { formatting = {
format_on_save = false, -- enable or disable auto formatting on save format_on_save = false, -- enable or disable auto formatting on save
@ -292,23 +293,23 @@ local config = {
-- end, -- end,
-- }, -- },
-- --
{ "github/copilot.vim" }, -- { "github/copilot.vim" },
{ "puremourning/vimspector" }, { "puremourning/vimspector" },
{ "lervag/vimtex" }, { "lervag/vimtex" },
{ "normen/vim-pio" }, -- { "normen/vim-pio" },
{ -- {
"iamcco/markdown-preview.nvim", -- "iamcco/markdown-preview.nvim",
run = function() vim.fn["mkdp#util#install"]() end, -- run = function() vim.fn["mkdp#util#install"]() end,
}, -- },
{ {
"Pocco81/auto-save.nvim", "Pocco81/auto-save.nvim",
config = function() config = function()
require("auto-save").setup() require("auto-save").setup()
end, end,
}, },
{ "weirongxu/plantuml-previewer.vim" }, -- { "weirongxu/plantuml-previewer.vim" },
{ "aklt/plantuml-syntax" }, { "aklt/plantuml-syntax" },
{ "tyru/open-browser.vim" }, -- { "tyru/open-browser.vim" },
-- We also support a key value style plugin definition similar to NvChad: -- We also support a key value style plugin definition similar to NvChad:
-- ["ray-x/lsp_signature.nvim"] = { -- ["ray-x/lsp_signature.nvim"] = {