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,
|
enable = true,
|
||||||
},
|
},
|
||||||
shortcut = {
|
shortcut = {
|
||||||
{ icon = ' ', desc = 'Update', group = '@property', action = 'Lazy update', key = 'U' },
|
{ icon = ' ', desc = 'Update', group = '@property', action = 'Lazy update', key =
|
||||||
{ icon = ' ', desc = 'Files', group = '@property', action = 'Telescope find_files', key = 'ff' },
|
'U' },
|
||||||
|
{ icon = ' ', desc = 'Files', group = '@property', action = 'Telescope find_files',
|
||||||
|
key =
|
||||||
|
'ff' },
|
||||||
},
|
},
|
||||||
footer = { '',
|
footer = { '',
|
||||||
' Now better then ever ',
|
' Now better then ever ',
|
||||||
|
|
|
@ -58,7 +58,6 @@ return {
|
||||||
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
||||||
padding = 1,
|
padding = 1,
|
||||||
update_in_insert = true
|
update_in_insert = true
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'diff',
|
'diff',
|
||||||
|
@ -114,7 +113,6 @@ return {
|
||||||
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
symbols = { error = "✘ ", warn = " ", info = " ", hint = " " },
|
||||||
padding = 1,
|
padding = 1,
|
||||||
update_in_insert = true
|
update_in_insert = true
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'diff',
|
'diff',
|
||||||
|
|
|
@ -140,7 +140,6 @@ return {
|
||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
end, { "i", "s" }),
|
end, { "i", "s" }),
|
||||||
|
|
||||||
["<S-Tab>"] = cmp.mapping(function(fallback)
|
["<S-Tab>"] = cmp.mapping(function(fallback)
|
||||||
if cmp.visible() then
|
if cmp.visible() then
|
||||||
cmp.select_prev_item()
|
cmp.select_prev_item()
|
||||||
|
|
|
@ -4,6 +4,5 @@ return {
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>u", "<cmd>UndotreeToggle<cr>", desc = "toggle undotree" },
|
{ "<leader>u", "<cmd>UndotreeToggle<cr>", desc = "toggle undotree" },
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue