Skip to content

Commit

Permalink
refactor(nvim): remove dressing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Apr 21, 2024
1 parent 3be5129 commit 56b7cc7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
5 changes: 0 additions & 5 deletions .config/nvim/lua/specs/dressing.lua

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56b7cc7

Please sign in to comment.