AutoYADM commit: 2025-06-20 21:08:04
This commit is contained in:
parent
1905583817
commit
c77e27986d
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# load plugin
|
# load plugin
|
||||||
eval %sh{kak-lsp}
|
eval %sh{kak-lsp}
|
||||||
|
|
||||||
|
# eval %sh{kak-lsp-diags}
|
||||||
|
|
||||||
define-command -params 0..1 -docstring %{
|
define-command -params 0..1 -docstring %{
|
||||||
enable lsp-diags. give -dev switch to run dev build.
|
enable lsp-diags. give -dev switch to run dev build.
|
||||||
|
|
|
@ -83,6 +83,7 @@ define-command -docstring 'open popup shell' popup-shell %{
|
||||||
alias global pp popup-shell
|
alias global pp popup-shell
|
||||||
|
|
||||||
map -docstring 'popup shell' global user . ': popup-shell<ret>'
|
map -docstring 'popup shell' global user . ': popup-shell<ret>'
|
||||||
|
require-module ui-mode
|
||||||
|
|
||||||
try %{
|
try %{
|
||||||
evaluate-commands %sh{kak-lsp-diags}
|
evaluate-commands %sh{kak-lsp-diags}
|
||||||
|
@ -96,7 +97,6 @@ require-module ficgrep
|
||||||
require-module byline
|
require-module byline
|
||||||
require-module spell
|
require-module spell
|
||||||
set-option global scrolloff 3,3
|
set-option global scrolloff 3,3
|
||||||
require-module ui-mode
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue