Compare commits
No commits in common. "731b4c96a66f37bec907b0a9d2900e2332c5fb3c" and "937ab7e51078d7918d12418e82a93cba4b04ced1" have entirely different histories.
731b4c96a6
...
937ab7e510
6 changed files with 12 additions and 49 deletions
|
|
@ -5,8 +5,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||
if aerospace list-windows --all | grep -q 'Mail.*Ghostty\|Ghostty.*Mail'; then
|
||||
aerospace workspace 8
|
||||
else
|
||||
open -ga Ghostty
|
||||
sleep 0.2
|
||||
aerospace workspace 8
|
||||
open -na Ghostty --args --title="Mail" -e ~/dotfiles/bin/path-shim neomutt
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||
if aerospace list-windows --all | grep -q 'Music.*Ghostty\|Ghostty.*Music'; then
|
||||
aerospace workspace 7
|
||||
else
|
||||
open -ga Ghostty
|
||||
sleep 0.2
|
||||
aerospace workspace 7
|
||||
open -na Ghostty --args --title="Music" -e /etc/profiles/per-user/rayandrew/bin/spotify_player
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -83,10 +83,6 @@ on-focus-changed = [
|
|||
'mode resize',
|
||||
'exec-and-forget ~/dotfiles/bin/path-shim sketchybar --trigger send_message MESSAGE=RESIZE_MODE HOLD=true'
|
||||
]
|
||||
alt-g = [
|
||||
'mode group',
|
||||
'exec-and-forget ~/dotfiles/bin/path-shim sketchybar --trigger send_message MESSAGE=GROUP_MODE HOLD=true'
|
||||
]
|
||||
|
||||
cmd-ctrl-1 = "exec-and-forget ~/dotfiles/bin/path-shim aerospace-scratchpad show Finder"
|
||||
|
||||
|
|
@ -111,8 +107,15 @@ on-focus-changed = [
|
|||
'exec-and-forget ~/dotfiles/bin/path-shim sketchybar --reload',
|
||||
'mode main',
|
||||
]
|
||||
r = ['flatten-workspace-tree']
|
||||
backspace = ['close-all-windows-but-current']
|
||||
r = ['flatten-workspace-tree', 'mode main']
|
||||
f = ['layout floating tiling', 'mode main']
|
||||
backspace = ['close-all-windows-but-current', 'mode main']
|
||||
|
||||
alt-shift-h = ['join-with left', 'mode main']
|
||||
alt-shift-j = ['join-with down', 'mode main']
|
||||
alt-shift-k = ['join-with up', 'mode main']
|
||||
alt-shift-l = ['join-with right', 'mode main']
|
||||
|
||||
|
||||
p = [
|
||||
'exec-and-forget ~/dotfiles/bin/presentation-mode on',
|
||||
|
|
@ -127,28 +130,6 @@ on-focus-changed = [
|
|||
'mode main'
|
||||
]
|
||||
|
||||
[mode.group.binding]
|
||||
# Join with direction + make tabbed (h_accordion for horizontal, v_accordion for vertical)
|
||||
h = ['join-with left', 'layout h_accordion']
|
||||
j = ['join-with down', 'layout v_accordion']
|
||||
k = ['join-with up', 'layout v_accordion']
|
||||
l = ['join-with right', 'layout h_accordion']
|
||||
|
||||
# Layout options (apply to current container)
|
||||
t = 'layout h_accordion'
|
||||
s = 'layout v_accordion'
|
||||
e = 'layout tiles horizontal vertical'
|
||||
|
||||
# Exit group mode
|
||||
esc = [
|
||||
'mode main',
|
||||
'exec-and-forget ~/dotfiles/bin/path-shim sketchybar --trigger hide_message'
|
||||
]
|
||||
enter = [
|
||||
'mode main',
|
||||
'exec-and-forget ~/dotfiles/bin/path-shim sketchybar --trigger hide_message'
|
||||
]
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.finder'
|
||||
run = ['layout floating']
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ add 'nvim-lua/plenary.nvim'
|
|||
add 'sindrets/diffview.nvim'
|
||||
add 'folke/which-key.nvim'
|
||||
add { source = 'saghen/blink.cmp', checkout = 'v1.8.0' }
|
||||
add { source = 'saghen/blink.compat', depends = { 'saghen/blink.cmp' } }
|
||||
add 'stevearc/conform.nvim'
|
||||
add 'coder/claudecode.nvim'
|
||||
add 'mbbill/undotree'
|
||||
|
|
@ -63,7 +62,6 @@ add 'nvim-treesitter/nvim-treesitter'
|
|||
add 'nvim-treesitter/nvim-treesitter-textobjects'
|
||||
add { source = 'nvim-pack/nvim-spectre', depends = { 'nvim-lua/plenary.nvim' } }
|
||||
add 'lervag/vimtex'
|
||||
add 'micangl/cmp-vimtex'
|
||||
|
||||
-- color themes
|
||||
add 'EdenEast/nightfox.nvim'
|
||||
|
|
@ -506,19 +504,12 @@ later(function()
|
|||
},
|
||||
sources = {
|
||||
default = { 'lsp', 'path', 'snippets', 'buffer', 'copilot' },
|
||||
per_filetype = {
|
||||
tex = { 'vimtex', 'lsp', 'path', 'snippets', 'buffer', 'copilot' },
|
||||
},
|
||||
providers = {
|
||||
copilot = {
|
||||
name = 'copilot',
|
||||
module = 'blink-copilot',
|
||||
async = true,
|
||||
},
|
||||
vimtex = {
|
||||
name = 'vimtex',
|
||||
module = 'blink.compat.source',
|
||||
},
|
||||
},
|
||||
},
|
||||
completion = {
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ function M.setup()
|
|||
-- Compiler settings
|
||||
vim.g.vimtex_compiler_method = 'latexmk'
|
||||
vim.g.vimtex_compiler_latexmk = {
|
||||
aux_dir = 'build',
|
||||
out_dir = 'build',
|
||||
build_dir = 'build',
|
||||
callback = 1,
|
||||
continuous = 1,
|
||||
executable = 'latexmk',
|
||||
|
|
@ -26,9 +25,6 @@ function M.setup()
|
|||
},
|
||||
}
|
||||
|
||||
-- Auto-open viewer on compile
|
||||
vim.g.vimtex_view_automatic = 1
|
||||
|
||||
-- Quickfix settings
|
||||
vim.g.vimtex_quickfix_mode = 0 -- Don't open quickfix automatically
|
||||
|
||||
|
|
|
|||
|
|
@ -35,10 +35,9 @@ page_separator_color 0.1569 0.2078 0.2431
|
|||
ui_background_color 0.0157 0.0824 0.1255
|
||||
ui_text_color 0.7451 0.8118 0.8549
|
||||
|
||||
# Startup - enable synctex by default, start in white mode (toggle dark with C-r or C-i)
|
||||
# Startup - use custom color mode and enable synctex by default
|
||||
should_launch_new_window 0
|
||||
# startup_commands toggle_custom_color;toggle_synctex
|
||||
startup_commands toggle_synctex
|
||||
startup_commands toggle_custom_color;toggle_synctex
|
||||
|
||||
# Smooth scrolling
|
||||
smooth_scroll_speed 3.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue