1
0
Fork 0

vim: change dressing window options

This commit is contained in:
tastytea 2022-09-15 21:50:18 +02:00
parent e8d7429e33
commit e0c827fbe1
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 7 additions and 1 deletions

View File

@ -125,5 +125,11 @@ require('nvim-surround').setup({})
vim.g.table_mode_map_prefix = '<Leader><S-T>'
require('dressing').setup({})
require('dressing').setup({
input = {
relative = 'win',
anchor = 'SW',
min_width = { 60, 0.4 },
}
})
vim.notify = require('notify')