Update
This commit is contained in:
@@ -66,6 +66,12 @@
|
||||
options.desc = "Neotree";
|
||||
}
|
||||
|
||||
{
|
||||
key = "s";
|
||||
action = "<cmd>lua require('flash').jump()<cr>";
|
||||
options.desc = "Flash";
|
||||
}
|
||||
|
||||
{
|
||||
key = "<C-h>";
|
||||
action = "<cmd>TmuxNavigateLeft<cr>";
|
||||
|
||||
@@ -6,7 +6,13 @@
|
||||
plugins = {
|
||||
copilot-vim.enable = true;
|
||||
flash.enable = true;
|
||||
image.enable = true;
|
||||
image = {
|
||||
enable = true;
|
||||
integrations.markdown = {
|
||||
clearInInsertMode = true;
|
||||
onlyRenderImageAtCursor = true;
|
||||
};
|
||||
};
|
||||
tmux-navigator.enable = true;
|
||||
comment.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
|
||||
@@ -19,8 +19,11 @@
|
||||
};
|
||||
|
||||
git_branch = {
|
||||
format = "[$branch]($style)";
|
||||
style = "bright-black";
|
||||
symbol = "[](#${config.lib.stylix.colors.base01}) ";
|
||||
style =
|
||||
"fg:#${config.lib.stylix.colors.base0D} bg:#${config.lib.stylix.colors.base01}";
|
||||
format =
|
||||
"on [$symbol$branch]($style)[](#${config.lib.stylix.colors.base01}) ";
|
||||
};
|
||||
|
||||
git_status = {
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
"$mod, right, movefocus, r" # Move focus Right
|
||||
"$mod, up, movefocus, u" # Move focus Up
|
||||
"$mod, down, movefocus, d" # Move focus Down
|
||||
"$shiftMod, up, focusmonitor, -1" # Focus previous monitor
|
||||
"$shiftMod, down, focusmonitor, 1" # Focus next monitor
|
||||
"$shiftMod, left, layoutmsg, addmaster" # Add to master
|
||||
"$shiftMod, right, layoutmsg, removemaster" # Remove from master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user