AutoYADM commit: 2024-12-15 23:15:02
This commit is contained in:
parent
e5e08a49c1
commit
5f4533524b
4 changed files with 1 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
local toggleopt = {
|
||||
name = "Minimap",
|
||||
-- map = {},
|
||||
keys = "<leader>um",
|
||||
which_key = true,
|
||||
get = function()
|
||||
|
@ -23,15 +22,8 @@ return {
|
|||
event = "UIEnter",
|
||||
dependencies = {
|
||||
"folke/snacks.nvim", -- for the toggling
|
||||
-- version = "*",
|
||||
-- opts = toggleopt,
|
||||
},
|
||||
keys = {
|
||||
-- { "<leader>um", Snacks.toggle(toggleopt) },
|
||||
},
|
||||
config = function()
|
||||
-- local minimap_toggle = Snacks.toggle.new({
|
||||
-- local minimap_toggle = Snacks.toggle.new()
|
||||
vim.g.minimap_left = 1
|
||||
vim.api.nvim_create_autocmd("BufEnter", {
|
||||
callback = function()
|
||||
|
|
|
@ -124,3 +124,4 @@ passwordless
|
|||
IDentity
|
||||
omnidirectionality
|
||||
PipeWire
|
||||
neovide
|
||||
|
|
Binary file not shown.
3
.zshrc
3
.zshrc
|
@ -1,8 +1,6 @@
|
|||
ZSH="$HOME/.oh-my-zsh"
|
||||
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
BREAKPOINT="AFTER SOURCING OMZSH"
|
||||
echo "$BREAKPOINT: vblank_mode=${vblank_mode}"
|
||||
|
||||
# Note: if I do get Obsidian Bridge working, this is
|
||||
# a really bad way to load the env because
|
||||
|
@ -103,4 +101,3 @@ eval "$(starship init zsh)"
|
|||
eval "$(zoxide init zsh)"
|
||||
# colorscript -e 36
|
||||
source ~/scripts/obsidian-bridge.sh
|
||||
unset vblank_mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue