diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-05 21:56:06 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-09 12:02:10 +0530 |
| commit | 73a9be025659a9b36a9284e160a9aee995db5314 (patch) | |
| tree | 8b6caa34e2f4795e09779ff006b1e182d7ecde8d /autoload/+init.kak | |
| parent | 17b59f5ed7acac5dc852c831e1650daac7f169d7 (diff) | |
| download | kakoune-config-73a9be025659a9b36a9284e160a9aee995db5314.tar.gz kakoune-config-73a9be025659a9b36a9284e160a9aee995db5314.zip | |
Add some buffer keys and buffers-show command
Diffstat (limited to '')
| -rw-r--r-- | autoload/+init.kak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autoload/+init.kak b/autoload/+init.kak index f9ca258..a34832b 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -9,6 +9,12 @@ hook global KakBegin .* %{ set-option global luar_interpreter luajit } +# hook global BufCreate .*[.]tsx %{ +# set-option buffer filetype tsx +# set-option buffer tree_sitter_lang tsx +# set-option buffer lsp_language_id typescriptreact +# } + colorscheme phenax set-option global autoreload yes set-option global incsearch true |
