Closed bound-variable closed 2 years ago
Are there any errors in the *debug*
buffer?
I guess, the problem is that the variable is undefined. You should require module that this variable is defined first, then set it, and after that call the powerline-start
.
require-module powerline
set-option global powerline_format 'git bufname line_column mode_info filetype lsp'
powerline-start
That works. Thanks!
Problem description
The README doesn't explain how to configure it without
plug.kak
. I tried configuring it by setting an option withset-option global powerline_format 'git bufname line_column mode_info filetype lsp'
in mykakrc
, but it didn't work. I also tried using ahook
withpowerline-start
, but I don't know what I'm doing there, and it doesn't work either.