add missing files oops

This commit is contained in:
Robert Perce 2026-02-04 21:44:58 -06:00
parent 0905041fec
commit 17e2e0dcb7
5 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,3 @@
return {
{ 'tpope/vim-vinegar' }
}

View file

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

View file

@ -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
}
}

View file

@ -0,0 +1,9 @@
return {
{ "catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
flavor ="frappe"
}
}
}

View file

@ -0,0 +1,36 @@
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
bind b last-window
set -g base-index 1
setw -g pane-base-index 1
bind r source-file ~/.config/tmux/tmux.conf
set -g mouse on
set -g status on
set -g status-style bg=black,fg=white
set -g status-position top
set -g status-interval 15
set -g status-left-length 50
set -g status-right-length 50
set -g status-justify left
set -g status-left "#[fg=blue,bold]#S#[fg=brightblack] ⧽ "
set -g status-right "#[fg=brightblack]⧼ %Y-%m-%d"
set -g window-status-format "#[fg=cyan]#I:#W#F"
set -g window-status-current-format "#[fg=black,bg=cyan]#I#[fg=black,bg=cyan,nobold,noitalics,nounderscore]:#[fg=black,bg=cyan]#W#F"
set -g window-status-separator " "
set -g pane-border-style bg=default,fg=brightblack
set -g pane-active-border-style bg=default,fg=blue
set -g display-panes-colour black
set -g display-panes-active-colour brightblack
setw -g clock-mode-colour cyan
set -g message-style bg=black,fg=cyan,bold
set -g message-command-style bg=black,fg=cyan,bold