We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FixCursorHold.nvim
catppuccin
1 parent 5c9c55c commit 39b2c1eCopy full SHA for 39b2c1e
lua/astrocommunity/test/neotest/init.lua
@@ -5,6 +5,7 @@ return {
5
dependencies = {
6
"nvim-lua/plenary.nvim",
7
"nvim-neotest/nvim-nio",
8
+ "antoinemadec/FixCursorHold.nvim",
9
{
10
"AstroNvim/astroui",
11
opts = {
@@ -104,15 +105,8 @@ return {
104
105
end,
106
},
107
- specs = {
108
- {
109
- "catppuccin",
110
- optional = true,
111
- ---@type CatppuccinOptions
112
- opts = { integrations = { neotest = true } },
113
- },
114
115
opts = function(_, opts)
+ opts.floating = { border = "rounded" }
116
if vim.g.icons_enabled == false then
117
opts.icons = {
118
failed = "X",
0 commit comments