This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
neovim_config
Watch
1
Star
0
Fork
0
You've already forked neovim_config
Code
1248080858
neovim_config
/
lua
/
barink
/
plugins
/
fidget.lua
9 lines
158 B
Lua
Raw
Normal View
History
Unescape
Escape
FIX: Restructured nvim plugins. moved the configuration for each plugin through Lazy in seperate files.
2024-03-26 11:51:53 +00:00
return
{
"
j-hui/fidget.nvim
"
,
FEAT: Added lualine and harpoon FIX: Fixed fidget setup FIX: Added hopefully proper lsp config
2024-03-26 20:07:08 +00:00
opts
=
{
notification
=
{
window
=
{
winblend
=
0
}
,
}
,
}
,
FIX: Restructured nvim plugins. moved the configuration for each plugin through Lazy in seperate files.
2024-03-26 11:51:53 +00:00
}
Copy Permalink