refactor: clean up file tree, remove redundant code, formatting

This commit is contained in:
2024-12-20 18:11:06 -05:00
parent daa0aefd21
commit 660afc8411
33 changed files with 418 additions and 447 deletions
+8 -11
View File
@@ -1,15 +1,13 @@
return {
'stevearc/dressing.nvim',
dependencies = {
'nvim-telescope/telescope.nvim',
},
event = 'VeryLazy',
opts = {
input = {
enabled = true,
-- default_prompt = 'Prompt',
prompt_align = 'left',
trim_prompt = 'true',
insert_only = false,
-- start_mode = 'insert',
start_in_insert = true,
border = 'rounded',
relative = 'cursor',
@@ -27,9 +25,6 @@ return {
['<Down>'] = 'HistoryNext',
},
},
override = function(conf)
return conf
end,
},
select = {
enabled = true,
@@ -44,9 +39,11 @@ return {
['<CR>'] = 'Confirm',
},
},
override = function(conf)
return conf
end,
},
nui = {
win_options = {
winblend = 0.7,
},
},
},
}
}