fix(nvim): fidget symbol, ltex

This commit is contained in:
Léana 江 2023-02-28 07:35:34 +01:00
parent bc0ef751e8
commit 1ee2260fa8
5 changed files with 30 additions and 23 deletions

View file

@ -1 +1,6 @@
require('fidget').setup()
require('fidget').setup({
text = {
spinner = "dots",
-- done = "[Ok]",
}
})