Set indentwidth
This commit is contained in:
parent
c7110cee03
commit
49e6949a20
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ in pkgs.writeTextFile (rec {
|
||||||
destination = "/share/kak/autoload/${name}";
|
destination = "/share/kak/autoload/${name}";
|
||||||
text = ''
|
text = ''
|
||||||
set global tabstop 4
|
set global tabstop 4
|
||||||
|
set global indentwidth 4
|
||||||
|
|
||||||
eval %sh{ kak-lsp --kakoune -s $kak_session }
|
eval %sh{ kak-lsp --kakoune -s $kak_session }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue