馃 my neovim config:)
1
fork

Configure Feed

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

at main 19 lines 300 B view raw
1if vim.g.loaded_ui2 then 2 return 3end 4 5vim.g.loaded_ui2 = true 6 7require("vim._core.ui2").enable({ 8 enable = true, 9 msg = { 10 target = "msg", 11 targets = { 12 bufwrite = "cmd", 13 shell_cmd = "cmd", 14 shell_err = "cmd", 15 shell_out = "cmd", 16 shell_ret = "cmd", 17 }, 18 }, 19})