Compare commits
3 Commits
d13e517eb6
...
164742fd67
| Author | SHA1 | Date | |
|---|---|---|---|
| 164742fd67 | |||
| 18780cc837 | |||
| 955b7ca0bb |
@@ -62,7 +62,7 @@
|
||||
light = true
|
||||
side-by-side = true
|
||||
line-numbers = true
|
||||
map-styles = bold purple => syntax magenta, bold cyan => syntax blue
|
||||
#map-styles = bold purple => syntax magenta, bold cyan => syntax blue
|
||||
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
|
||||
7
.lazygit
7
.lazygit
@@ -1,8 +1,9 @@
|
||||
customCommands:
|
||||
- key: "<c-P>"
|
||||
context: "global"
|
||||
command: "git push --force-with-lease"
|
||||
- command: "git push --force-with-lease"
|
||||
context: "commits,localBranches"
|
||||
description: "Force push with lease."
|
||||
key: "x"
|
||||
promptToReturnFromSubprocess: false # removes "press enter to return to lazygit" popup
|
||||
git:
|
||||
autoForwardBranches: "none"
|
||||
os:
|
||||
|
||||
11
nvim/lua/plugins/bufferline.lua
Normal file
11
nvim/lua/plugins/bufferline.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- This can be removed once the fix is merged upstream.
|
||||
-- See https://github.com/LazyVim/LazyVim/pull/6354
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
init = function()
|
||||
local bufline = require("catppuccin.groups.integrations.bufferline")
|
||||
function bufline.get()
|
||||
return bufline.get_theme()
|
||||
end
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user