AutoYADM commit: 2025-05-20 22:38:49
This commit is contained in:
parent
24c55cf3ce
commit
1eb08cb8fd
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue