1
0

Removing Which-key, adding a bunch of small improvments

Highlight on yank
gitsigns
oil as default explorer
This commit is contained in:
2024-10-06 17:04:11 +02:00
parent bd1e208133
commit a6c0657d70
9 changed files with 289 additions and 244 deletions

View File

@@ -1,8 +1,8 @@
return {
{
"j-hui/fidget.nvim",
opt = {
"j-hui/fidget.nvim",
config = function()
local opts = {
}
}
require("fidget").setup(opts)
end
}