Z7QE2GXNR7FJE2UZ5W3PJBMCVBYUCIJGSXL7D3PUP7Y6W6VTC2MAC
# map -docstring 'Tagbar toggle' \
# global user t ': try tagbar-toggle catch tagbar-enable<ret>'
# Old config
# hook global KakEnd .* lsp-exit
# }
# plug "TeddyDD/kakoune-edit-or-dir" config %{
# unalias global e edit
# alias global e edit-or-dir
# hook global WinSetOption filetype=file_select %{
# map window normal l ':<space>edit-or-dir-forward<ret>'
# map window normal h ':<space>edit-or-dir-back<ret>'
# map window normal q ':<space>delete-buffer<ret>'
# }
# }
# plug "andreyorst/fzf.kak" config %{
# map -docstring "fzf" \
# global user <space> ': fzf-mode<ret>'
# }
# plug "andreyorst/tagbar.kak" defer tagbar %{
# set-option global tagbar_sort false
# set-option global tagbar_size 40
# set-option global tagbar_display_anon false
# }
# plug "cipharius/buffer-by-name.kak" defer buffer-by-name %{
# alias global b buffer-by-name
# } demand
# plug "andreyorst/kaktree" config %{
# hook global WinSetOption filetype=kaktree %{
# remove-highlighter buffer/numbers
# remove-highlighter buffer/matching
# remove-highlighter buffer/wrap
# remove-highlighter buffer/show-whitespaces
# }
# kaktree-enable
# }
# plug "https://gitlab.com/notramo/elvish.kak" defer elvish %{} demand
# Dependancy of connect.kak
# plug "alexherbo2/prelude.kak"
# plug "alexherbo2/connect.kak"
# plug "eraserhd/kak-ansi"
# plug "cipharius/restclient.kak" config %{
# hook global WinSetOption filetype=restclient %{
# map window user e %{: restclient-execute<ret>}
# }
# }
# [semantic_tokens]
# faces = [
# {face="documentation", token="comment", modifiers=["documentation"]},
# {face="comment", token="comment"},
# {face="function", token="function"},
# {face="keyword", token="keyword"},
# {face="module", token="namespace"},
# {face="operator", token="operator"},
# {face="string", token="string"},
# {face="type", token="type"},
# {face="default+d", token="variable", modifiers=["readonly"]},
# {face="default+d", token="variable", modifiers=["constant"]},
# {face="variable", token="variable"},
# ]
[semantic_tokens]
faces = [
{face="documentation", token="comment", modifiers=["documentation"]},
{face="comment", token="comment"},
{face="function", token="function"},
{face="keyword", token="keyword"},
{face="module", token="namespace"},
{face="operator", token="operator"},
{face="string", token="string"},
{face="type", token="type"},
{face="default+d", token="variable", modifiers=["readonly"]},
{face="default+d", token="variable", modifiers=["constant"]},
{face="variable", token="variable"},
]