chore(nvim): remove unused configuration

This commit is contained in:
Oliver Davies 2023-09-18 22:49:55 +01:00
parent 421d1658a8
commit 5c9da925d5
10 changed files with 0 additions and 173 deletions

View file

@ -1,6 +0,0 @@
local status_ok, fidget = pcall(require, "fidget")
if not status_ok then
return
end
fidget.setup {}