This commit is contained in:
Léana 江 2023-06-19 09:02:38 +02:00 committed by Léana 江
parent 0229364736
commit 14f7cfa9c2
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
-- require("fidget").setup({
-- text = {
-- spinner = "dots",
-- -- done = "[Ok]",
-- },
-- })
require("fidget").setup({
text = {
spinner = "dots",
-- done = "[Ok]",
},
})
require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all" (the four listed parsers should always be installed)