ark/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
}