Nvim: formatted
This commit is contained in:
parent
a9436411a7
commit
db079877ab
5 changed files with 23 additions and 24 deletions
|
@ -10,8 +10,11 @@ return {
|
|||
enable = true,
|
||||
},
|
||||
shortcut = {
|
||||
{ icon = ' ', desc = 'Update', group = '@property', action = 'Lazy update', key = 'U' },
|
||||
{ icon = ' ', desc = 'Files', group = '@property', action = 'Telescope find_files', key = 'ff' },
|
||||
{ icon = ' ', desc = 'Update', group = '@property', action = 'Lazy update', key =
|
||||
'U' },
|
||||
{ icon = ' ', desc = 'Files', group = '@property', action = 'Telescope find_files',
|
||||
key =
|
||||
'ff' },
|
||||
},
|
||||
footer = { '',
|
||||
' Now better then ever ',
|
||||
|
|
|
@ -58,7 +58,6 @@ return {
|
|||
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
||||
padding = 1,
|
||||
update_in_insert = true
|
||||
|
||||
},
|
||||
{
|
||||
'diff',
|
||||
|
@ -114,7 +113,6 @@ return {
|
|||
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
||||
padding = 1,
|
||||
update_in_insert = true
|
||||
|
||||
},
|
||||
{
|
||||
'diff',
|
||||
|
|
|
@ -140,7 +140,6 @@ return {
|
|||
fallback()
|
||||
end
|
||||
end, { "i", "s" }),
|
||||
|
||||
["<S-Tab>"] = cmp.mapping(function(fallback)
|
||||
if cmp.visible() then
|
||||
cmp.select_prev_item()
|
||||
|
|
|
@ -4,6 +4,5 @@ return {
|
|||
keys = {
|
||||
{ "<leader>u", "<cmd>UndotreeToggle<cr>", desc = "toggle undotree" },
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue