Set indentwidth

This commit is contained in:
Riley Apeldoorn 2022-05-23 13:33:12 +02:00
parent c7110cee03
commit 49e6949a20
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ in pkgs.writeTextFile (rec {
destination = "/share/kak/autoload/${name}";
text = ''
set global tabstop 4
set global indentwidth 4
eval %sh{ kak-lsp --kakoune -s $kak_session }