mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:07:34 +00:00
Add dressing for increname
This commit is contained in:
parent
17c3e9b5b7
commit
7c6369ba98
@ -282,7 +282,9 @@ use({
|
||||
use({
|
||||
"smjonas/inc-rename.nvim",
|
||||
config = function()
|
||||
require("inc_rename").setup()
|
||||
require("inc_rename").setup({
|
||||
input_buffer_type = "dressing",
|
||||
})
|
||||
end,
|
||||
-- Only supports >=0.8.0
|
||||
disable = vim.fn.has("nvim-0.8.0") ~= 1,
|
||||
@ -487,6 +489,13 @@ use({
|
||||
end,
|
||||
})
|
||||
|
||||
use({
|
||||
"stevearc/dressing.nvim",
|
||||
config = function()
|
||||
require("dressing").setup({})
|
||||
end,
|
||||
})
|
||||
|
||||
-- Auto sync after bootstrapping on a fresh box
|
||||
if packer_bootstrap ~= "" then
|
||||
packer.sync()
|
||||
|
Loading…
Reference in New Issue
Block a user