Skip to content

Commit 39b2c1e

Browse files
authored
feat(neotest): add rounded border, add FixCursorHold.nvim, and remove catppuccin spec (#1647)
feat(neotest): add rounded border
1 parent 5c9c55c commit 39b2c1e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

lua/astrocommunity/test/neotest/init.lua

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ return {
55
dependencies = {
66
"nvim-lua/plenary.nvim",
77
"nvim-neotest/nvim-nio",
8+
"antoinemadec/FixCursorHold.nvim",
89
{
910
"AstroNvim/astroui",
1011
opts = {
@@ -104,15 +105,8 @@ return {
104105
end,
105106
},
106107
},
107-
specs = {
108-
{
109-
"catppuccin",
110-
optional = true,
111-
---@type CatppuccinOptions
112-
opts = { integrations = { neotest = true } },
113-
},
114-
},
115108
opts = function(_, opts)
109+
opts.floating = { border = "rounded" }
116110
if vim.g.icons_enabled == false then
117111
opts.icons = {
118112
failed = "X",

0 commit comments

Comments
 (0)