From 56b7cc79535ff0e7f93cb5b5d9107996e3a15e10 Mon Sep 17 00:00:00 2001 From: Kutsan Kaplan Date: Sun, 21 Apr 2024 11:02:44 +0300 Subject: [PATCH] refactor(nvim): remove dressing plugin --- .config/nvim/lazy-lock.json | 1 - .config/nvim/lua/specs/dressing.lua | 5 ----- README.md | 1 - 3 files changed, 7 deletions(-) delete mode 100644 .config/nvim/lua/specs/dressing.lua diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 58563c38..af2ecd83 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -13,7 +13,6 @@ "copilot": { "branch": "master", "commit": "f7612f5af4a7d7615babf43ab1e67a2d790c13a6" }, "devicons": { "branch": "master", "commit": "b3468391470034353f0e5110c70babb5c62967d3" }, "diffview": { "branch": "main", "commit": "3dc498c9777fe79156f3d32dddd483b8b3dbd95f" }, - "dressing": { "branch": "master", "commit": "18e5beb3845f085b6a33c24112b37988f3f93c06" }, "fugitive": { "branch": "master", "commit": "dac8e5c2d85926df92672bf2afb4fc48656d96c7" }, "gitsigns": { "branch": "main", "commit": "7e38f07cab0e5387f9f41e92474db174a63a4725" }, "lazy.nvim": { "branch": "main", "commit": "bef521ac89c8d423f9d092e37b58e8af0c099309" }, diff --git a/.config/nvim/lua/specs/dressing.lua b/.config/nvim/lua/specs/dressing.lua deleted file mode 100644 index 40568b3d..00000000 --- a/.config/nvim/lua/specs/dressing.lua +++ /dev/null @@ -1,5 +0,0 @@ -local Plugin = { 'stevearc/dressing.nvim' } - -Plugin.name = 'dressing' - -return Plugin diff --git a/README.md b/README.md index 0bb32814..70a91b1b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ - [`colorizer`](https://github.com/norcalli/nvim-colorizer.lua) - High-performance color highlighter - [`copilot`](https://github.com/zbirenbaum/copilot.lua) - GitHub Copilot client - [`diffview`](https://github.com/sindrets/diffview.nvim) - Single tabpage interface for all modified files in git - - [`dressing`](https://github.com/stevearc/dressing.nvim) - Improve default vim.ui interfaces - [`fugitive`](https://github.com/tpope/vim-fugitive) - Git client - [`gitsigns`](https://github.com/lewis6991/gitsigns.nvim) - Asynchronous git diff in sign column - [`lspconfig`](https://github.com/neovim/nvim-lspconfig) - Quickstart configurations for the neovim LSP client