Add CarbonNow plugin, add comments for some plugins
Add a basic neotest config as a comment
This commit is contained in:
parent
53d1db8abc
commit
c21956e5d1
27
init.lua
27
init.lua
@ -342,24 +342,41 @@ local config = {
|
|||||||
end
|
end
|
||||||
},
|
},
|
||||||
{ "yegappan/taglist" },
|
{ "yegappan/taglist" },
|
||||||
|
|
||||||
|
-- Code completion
|
||||||
{ "github/copilot.vim" },
|
{ "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
|
-- PlatformIO
|
||||||
{ "normen/vim-pio" },
|
{ "normen/vim-pio" },
|
||||||
|
|
||||||
|
-- Text related
|
||||||
|
{ "lervag/vimtex" }, -- LaTeX
|
||||||
{
|
{
|
||||||
"iamcco/markdown-preview.nvim",
|
"iamcco/markdown-preview.nvim",
|
||||||
run = function() vim.fn["mkdp#util#install"]() end,
|
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",
|
"Pocco81/auto-save.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("auto-save").setup()
|
require("auto-save").setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "weirongxu/plantuml-previewer.vim" },
|
|
||||||
{ "aklt/plantuml-syntax" },
|
|
||||||
{ "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"] = {
|
||||||
-- event = "BufRead",
|
-- event = "BufRead",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user