AutoYADM commit: 2025-05-19 16:25:09
This commit is contained in:
parent
c7aae67c13
commit
9933b10935
5 changed files with 12 additions and 4 deletions
|
@ -26,3 +26,7 @@ hook global WinSetOption filetype=typst %{
|
|||
remove-hooks window typst-auto-format
|
||||
}
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=fish %{
|
||||
set-option window formatcmd "fish_indent"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ map global object D '<a-semicolon>lsp-diagnostic-object<ret>' -docstring 'LSP er
|
|||
# set-option global lsp_auto_highlight_references false
|
||||
|
||||
# Server Config
|
||||
set-option global lsp_debug true
|
||||
set-option global lsp_debug false
|
||||
lsp-inlay-hints-enable global
|
||||
# TODO: set up toggle binding for this
|
||||
# lsp-inlay-diagnostics-enable global
|
||||
|
|
|
@ -22,7 +22,8 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
|||
}
|
||||
|
||||
bundle luar https://github.com/gustavo-hms/luar %{
|
||||
require-module luar
|
||||
# require-module luar
|
||||
set-option global luar_interpreter luajit
|
||||
}
|
||||
|
||||
bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{
|
||||
|
@ -82,3 +83,7 @@ bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
|
|||
}
|
||||
|
||||
bundle pykak https://github.com/tomKPZ/pykak
|
||||
|
||||
bundle peneira https://github.com/gustavo-hms/peneira %{
|
||||
require-module peneira
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue