From c21956e5d1ae8a16f9be03060e456caf17e85c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 22 Feb 2023 03:59:03 +0100 Subject: [PATCH] Add CarbonNow plugin, add comments for some plugins Add a basic neotest config as a comment --- init.lua | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index b216796..bb950b4 100644 --- a/init.lua +++ b/init.lua @@ -342,24 +342,41 @@ local config = { end }, { "yegappan/taglist" }, + + -- Code completion { "github/copilot.vim" }, - -- LaTeX - { "lervag/vimtex" }, + + -- Code testing + -- TBD - no support for GoogleTest yet + -- { "nvim-neotest/neotest", + -- requires = { + -- "nvim-lua/plenary.nvim", + -- "nvim-treesitter/nvim-treesitter", + -- }, + -- }, + -- PlatformIO { "normen/vim-pio" }, + + -- Text related + { "lervag/vimtex" }, -- LaTeX { "iamcco/markdown-preview.nvim", run = function() vim.fn["mkdp#util#install"]() end, }, + { "weirongxu/plantuml-previewer.vim", + requires = { "tyru/open-browser.vim" }, + }, + { "aklt/plantuml-syntax" }, + + -- Basic editor functionality { "Pocco81/auto-save.nvim", config = function() require("auto-save").setup() end, }, - { "weirongxu/plantuml-previewer.vim" }, - { "aklt/plantuml-syntax" }, - { "tyru/open-browser.vim" }, + -- We also support a key value style plugin definition similar to NvChad: -- ["ray-x/lsp_signature.nvim"] = { -- event = "BufRead",