don't use manual indent extension

This commit is contained in:
lelgenio 2020-11-30 14:44:47 -03:00
parent ef9ffb2565
commit d74315e837
2 changed files with 1 additions and 5 deletions

View File

@ -18,10 +18,6 @@ hook global BufOpenFile .* %{
lsp-enable
}
hook global WinCreate .* %{
manual-indent-enable
}
#completion with tab
hook global InsertCompletionShow .* %{ try %{
execute-keys -draft 'h<a-K>\h<ret>'

View File

@ -2,7 +2,7 @@
source "%val{config}/plugins/plug.kak/rc/plug.kak"
{%@@ for p in [ 'prelude', 'auto-pairs', 'manual-indent' ] @@%}
{%@@ for p in [ 'prelude', 'auto-pairs', ] @@%}
plug 'alexherbo2/{{@@ p @@}}.kak'
require-module '{{@@ p @@}}'
{%@@ endfor @@%}