1
0

FEAT: Added lualine and harpoon

FIX: Fixed fidget setup
FIX: Added hopefully proper lsp config
This commit is contained in:
2024-03-26 21:07:08 +01:00
parent 5b3ec85c91
commit f47b2f2e58
6 changed files with 75 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
return {
"j-hui/fidget.nvim",
config = function()
require('fidget').setup({})
end
opts = {
notification = {
window = { winblend = 0},
},
},
}