mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add plugin to toggle transparency
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user