add missing files oops
This commit is contained in:
parent
0905041fec
commit
17e2e0dcb7
5 changed files with 72 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ 'tpope/vim-vinegar' }
|
||||
}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
{
|
||||
'nvim-lualine/lualine.nvim',
|
||||
init = function() vim.o.showmode = false end,
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
component_separators = { left = '⧽', right = '⧼'},
|
||||
section_separators = { left = '', right = ''},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{ "tpope/vim-repeat" },
|
||||
{ "tpope/vim-surround" },
|
||||
{ url = "https://codeberg.org/andyg/leap.nvim",
|
||||
config = function()
|
||||
vim.keymap.set({'n', 'x', 'o'}, 's', '<Plug>(leap)')
|
||||
vim.keymap.set('n', 'S', '<Plug>(leap-from-window)')
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{ "catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
flavor ="frappe"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue