1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-30 03:43:54 +03:00
digga/profiles/develop/kakoune/lsp/c.kak

4 lines
78 B
Plaintext
Raw Normal View History

2019-12-15 10:03:57 +03:00
hook -group lsp global WinSetOption filetype=(c|cpp) %{
lsp-enable-window
}