updates kakoune config
This commit is contained in:
parent
08ad23277d
commit
a78f5211ef
1 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,9 @@ plug "andreyorst/plug.kak" noload
|
||||||
|
|
||||||
plug "lenormf/kakoune-extra" load %{
|
plug "lenormf/kakoune-extra" load %{
|
||||||
autodownload.kak
|
autodownload.kak
|
||||||
fzy.kak
|
}
|
||||||
|
plug "andreyorst/fzf.kak" config %{
|
||||||
|
map global normal <c-p> ': fzf-mode<ret>'
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
|
@ -126,7 +128,7 @@ set global modelinefmt %{
|
||||||
· {{context_info}} {{mode_info}}
|
· {{context_info}} {{mode_info}}
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global InsertEnd .* %{
|
hook global BufWritePre .* %{
|
||||||
lint
|
lint
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue