diff --git a/lua/plugins/override.lua b/lua/plugins/override.lua index 4c336dd..9fcea2f 100644 --- a/lua/plugins/override.lua +++ b/lua/plugins/override.lua @@ -27,4 +27,14 @@ return { }, }, }, + { + "hrsh7th/nvim-cmp", + opts = { + window = { + completion = { + border = "rounded", + }, + }, + }, + }, }