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