Mise à jour de la configuration avant migration vers astronvim 4.x

This commit is contained in:
Xavier Logerais
2024-05-17 15:31:45 +02:00
parent a5935068ab
commit 73890a9ca5
6 changed files with 82 additions and 35 deletions

View File

@@ -5,5 +5,7 @@ return {
"nvim-telescope/telescope.nvim",
"nvim-treesitter/nvim-treesitter",
},
-- opts = {}
opts = {
previewer_cmd = "glow", -- for example: "glow"
}
}