AutoYADM commit: 2024-12-15 23:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-15 23:15:02 -05:00
parent e5e08a49c1
commit 5f4533524b
4 changed files with 1 additions and 11 deletions

View file

@ -1,6 +1,5 @@
local toggleopt = { local toggleopt = {
name = "Minimap", name = "Minimap",
-- map = {},
keys = "<leader>um", keys = "<leader>um",
which_key = true, which_key = true,
get = function() get = function()
@ -23,15 +22,8 @@ return {
event = "UIEnter", event = "UIEnter",
dependencies = { dependencies = {
"folke/snacks.nvim", -- for the toggling "folke/snacks.nvim", -- for the toggling
-- version = "*",
-- opts = toggleopt,
},
keys = {
-- { "<leader>um", Snacks.toggle(toggleopt) },
}, },
config = function() config = function()
-- local minimap_toggle = Snacks.toggle.new({
-- local minimap_toggle = Snacks.toggle.new()
vim.g.minimap_left = 1 vim.g.minimap_left = 1
vim.api.nvim_create_autocmd("BufEnter", { vim.api.nvim_create_autocmd("BufEnter", {
callback = function() callback = function()

View file

@ -124,3 +124,4 @@ passwordless
IDentity IDentity
omnidirectionality omnidirectionality
PipeWire PipeWire
neovide

Binary file not shown.

3
.zshrc
View file

@ -1,8 +1,6 @@
ZSH="$HOME/.oh-my-zsh" 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 ) 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 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 # Note: if I do get Obsidian Bridge working, this is
# a really bad way to load the env because # a really bad way to load the env because
@ -103,4 +101,3 @@ eval "$(starship init zsh)"
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
# colorscript -e 36 # colorscript -e 36
source ~/scripts/obsidian-bridge.sh source ~/scripts/obsidian-bridge.sh
unset vblank_mode