From 73a9be025659a9b36a9284e160a9aee995db5314 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 5 Nov 2025 21:56:06 +0530 Subject: Add some buffer keys and buffers-show command --- autoload/+init.kak | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'autoload/+init.kak') 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 -- cgit v1.3.1