My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable LSP for Erlang

yemou 9957aa0d ea3aac61

+1 -1
+1 -1
config/kak/kakrc
··· 12 12 # kak-lsp 13 13 eval %sh{ kak-lsp } 14 14 15 - hook global WinSetOption filetype=(c|cpp|go|java|javascript|nix|python|roc|typst|zig) %{ 15 + hook global WinSetOption filetype=(c|cpp|erlang|go|java|javascript|nix|python|roc|typst|zig) %{ 16 16 lsp-enable-window 17 17 18 18 map global user l %{:enter-user-mode lsp<ret>} -docstring 'Enter kak-lsp mode'