Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI: Vim-Airline Support of Spelunker Status Marker #75

Open
KSR-Yasuda opened this issue Nov 15, 2021 · 0 comments
Open

FYI: Vim-Airline Support of Spelunker Status Marker #75

KSR-Yasuda opened this issue Nov 15, 2021 · 0 comments

Comments

@KSR-Yasuda
Copy link

Just an information:

I introduced Spelunker enable/disable status marker support to vim-airline
(Originally vim-airline has supported only vim-standard &spell flag).

To use it, update vim-airline and set below:

let g:airline_spell_check_command = 'exists("b:enable_spelunker_vim") && b:enable_spelunker_vim || !exists("b:enable_spelunker_vim") && exists("g:enable_spelunker_vim") && g:enable_spelunker_vim'

By this setting, it captures Spelunker's enable/disable status on vim-airline's spell mark.


お知らせ:

vim-airline に、Spelunker の 有効/無効ステータス表示のサポート を導入してもらいました
(もともとは vim標準の &spell のフラグのみ をサポート)。

使用する場合は、vim-airline をアップデートの上、以下を設定してください:

let g:airline_spell_check_command = 'exists("b:enable_spelunker_vim") && b:enable_spelunker_vim || !exists("b:enable_spelunker_vim") && exists("g:enable_spelunker_vim") && g:enable_spelunker_vim'

上記設定で、Spelunkerの有効/無効 のステータス を vim-airlineの スペル表示マーク で捕捉するようになります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant