Nvim: formatted

This commit is contained in:
pr0c3550r 2023-04-07 16:27:11 +02:00
parent a9436411a7
commit db079877ab
5 changed files with 23 additions and 24 deletions

View file

@ -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 ',

View file

@ -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',

View file

@ -140,7 +140,6 @@ return {
fallback()
end
end, { "i", "s" }),
["<S-Tab>"] = cmp.mapping(function(fallback)
if cmp.visible() then
cmp.select_prev_item()

View file

@ -4,6 +4,5 @@ return {
keys = {
{ "<leader>u", "<cmd>UndotreeToggle<cr>", desc = "toggle undotree" },
},
}
}