AutoYADM commit: 2025-05-24 16:11:39

This commit is contained in:
Daniel Fichtinger 2025-05-24 16:11:39 -04:00
parent 98a0548993
commit d7b67cc6a5
3 changed files with 14 additions and 5 deletions

View file

@ -1,6 +1,5 @@
# load plugin
eval %sh{kak-lsp}
lsp-enable
# mappings
map global user l ': enter-user-mode lsp<ret>' -docstring 'LSP mode'
@ -23,7 +22,14 @@ define-command -hidden -override lsp-hide-code-actions %{
}
# Server Config
set-option global lsp_debug false
lsp-inlay-hints-enable global
declare-option str-list lsp_filetypes python go rust bash fish typst yaml json jsonc
hook global WinSetOption filetype=.* %{
lsp-enable-window
lsp-inlay-hints-enable window
}
# TODO: set up toggle binding for this
# or even better, show them on hover...?
# lsp-inlay-diagnostics-enable global

View file

@ -35,8 +35,8 @@ bundle-noload fzf.kak https://github.com/andreyorst/fzf.kak %{
}
bundle luar https://github.com/gustavo-hms/luar %{
require-module luar
set-option global luar_interpreter luajit
# require-module luar
# set-option global luar_interpreter luajit
}
bundle peneira https://github.com/gustavo-hms/peneira %{