Skip to content

Commit

Permalink
dressing nvim: for dialog boxes on nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Aug 1, 2024
1 parent 86bb622 commit c847486
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nvim/lua/plugins/theming.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ return {
}
end
},
{
"stevearc/dressing.nvim",
config = function()
require("dressing").setup({
input = {
title_pos = "right",
relative = "win",
mappings = {
i = {
["<C-[>"] = "Close"
}
},
}
})
end
},
{
'nvim-lualine/lualine.nvim',
lazy = true,
Expand Down

0 comments on commit c847486

Please sign in to comment.