From d74315e83768330637c7e1467900e567f0f51523 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Mon, 30 Nov 2020 14:44:47 -0300 Subject: [PATCH] don't use manual indent extension --- dotfiles/kak/hooks.kak | 4 ---- dotfiles/kak/plug.kak | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dotfiles/kak/hooks.kak b/dotfiles/kak/hooks.kak index 9792f23..e0a33e4 100644 --- a/dotfiles/kak/hooks.kak +++ b/dotfiles/kak/hooks.kak @@ -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\h' diff --git a/dotfiles/kak/plug.kak b/dotfiles/kak/plug.kak index f1cce7d..a0ea3e6 100644 --- a/dotfiles/kak/plug.kak +++ b/dotfiles/kak/plug.kak @@ -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 @@%}