feat(nvim): add fidget.nvim
This commit is contained in:
parent
143ad94abf
commit
251af8a126
2 changed files with 7 additions and 0 deletions
6
roles/neovim/files/after/plugin/fidget.lua
Normal file
6
roles/neovim/files/after/plugin/fidget.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
local status_ok, fidget = pcall(require, "fidget")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
fidget.setup {}
|
Loading…
Add table
Add a link
Reference in a new issue