chore(nvim): add plugin to toggle transparency

This commit is contained in:
Stefan Imhoff
2022-12-22 20:39:47 +01:00
parent e81a51c083
commit fcbb8c0b76
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,7 @@
"nvim-navic": { "branch": "master", "commit": "7a2b823152fe4de65ee7925b0e32d26ed73bc57c" },
"nvim-spectre": { "branch": "master", "commit": "68ea562b485b6593e325e7916c3bd6e833d433e7" },
"nvim-surround": { "branch": "main", "commit": "f0077c3726d243eeaabd2ec280216e8c3ca7da9f" },
"nvim-transparent": { "branch": "main", "commit": "1a3d7d3b7670fecbbfddd3fc999ddea5862ac3c2" },
"nvim-tree.lua": { "branch": "master", "commit": "e14c2895b4f36a22001f7773244041c173dcf867" },
"nvim-treesitter": { "branch": "master", "commit": "eaeedfb80419e8145760d95d1840996a2746af7c" },
"nvim-treesitter-context": { "branch": "master", "commit": "d28654b012d4c56beafec630ef7143275dff76f8" },

View File

@@ -117,6 +117,7 @@ local plugins = {
{ "kevinhwang91/nvim-ufo", dependencies = "kevinhwang91/promise-async" }, -- Better folds
"debugloop/telescope-undo.nvim", -- Undo history
"mrjones2014/smart-splits.nvim", -- Smart splits
"xiyaowong/nvim-transparent", -- Remove all background colors
-- Editing Files
"windwp/nvim-autopairs", -- Autopairs, integrates with both cmp and treesitter
@@ -150,13 +151,13 @@ local plugins = {
"dhruvasagar/vim-table-mode", -- Markdown table mode
-- Custom Text Objects
"chrisgrieser/nvim-various-textobjs", -- Various text objects
"nvim-treesitter/nvim-treesitter-textobjects", -- Syntax aware text-objects
{ "kana/vim-textobj-indent", dependencies = { "kana/vim-textobj-user" } }, -- Text objects for indentation
{ "glts/vim-textobj-comment", dependencies = { "kana/vim-textobj-user" } }, -- ac, ic, aC
{ "jceb/vim-textobj-uri", dependencies = { "kana/vim-textobj-user" } }, -- au, iu, go
{ "kana/vim-textobj-datetime", dependencies = { "kana/vim-textobj-user" } }, -- ada, add, adf, adt, adz, ida, …
{ "kana/vim-textobj-indent", dependencies = { "kana/vim-textobj-user" } }, -- Text objects for indentation
{ "whatyouhide/vim-textobj-xmlattr", dependencies = { "kana/vim-textobj-user" } }, -- ax, ix
"chrisgrieser/nvim-various-textobjs",
-- Custom Motions
"tommcdo/vim-exchange", -- cx, cxx, X, cxc