AutoYADM commit: 2025-05-20 22:38:49

This commit is contained in:
Daniel Fichtinger 2025-05-20 22:38:49 -04:00
parent 24c55cf3ce
commit 1eb08cb8fd
2 changed files with 2 additions and 7 deletions

View file

@ -1,17 +1,11 @@
eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session } eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
# evaluate-commands %sh{kak-popup init} evaluate-commands %sh{kak-popup init}
colorscheme ashen colorscheme ashen
# colorscheme one-dark # colorscheme one-dark
# colorscheme mocha # colorscheme mocha
require-module fishr require-module fishr
require-module peneira require-module peneira
define-command fish-test %{
fish %{
notify-send $kak_buffile
}
}
try %{ try %{
set-option global ashen_dynamic_cursor true set-option global ashen_dynamic_cursor true
set-option global ashen_eol_cursor true set-option global ashen_eol_cursor true

View file

@ -190,6 +190,7 @@ autocmd DocStart app.diagrams.net mode ignore
autocmd DocStart undefined mode ignore autocmd DocStart undefined mode ignore
autocmd DocStart onq.queensu.ca mode ignore autocmd DocStart onq.queensu.ca mode ignore
autocmd DocStart speedtyper.dev mode ignore autocmd DocStart speedtyper.dev mode ignore
autocmd DocStart *(chatgpt|openai)*.com mode ignore
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl " For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
" vim: set filetype=tridactyl " vim: set filetype=tridactyl