fix(nvim): remove invalid settings

This commit is contained in:
Stefan Imhoff
2024-03-21 20:50:43 +01:00
parent 85bf464326
commit 301286ba21

View File

@@ -14,8 +14,6 @@ return {
winblend = 0,
highlights = { NormalFloat = { guibg = "NONE" } },
border = "curved",
height = 0.70,
width = 0.85,
escape_quit = true,
},
}