From fcbb8c0b768a9bdb32b2d269f07f89855eee28d8 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 22 Dec 2022 20:39:47 +0100 Subject: [PATCH] chore(nvim): add plugin to toggle transparency --- nvim/lazy-lock.json | 1 + nvim/lua/kogakure/plugins.lua | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index c2eb7e3..769a05f 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -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" }, diff --git a/nvim/lua/kogakure/plugins.lua b/nvim/lua/kogakure/plugins.lua index bc7c244..cf59c01 100644 --- a/nvim/lua/kogakure/plugins.lua +++ b/nvim/lua/kogakure/plugins.lua @@ -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