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 %{
|
||||
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}}
|
||||
}
|
||||
|
||||
hook global InsertEnd .* %{
|
||||
hook global BufWritePre .* %{
|
||||
lint
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue