🪴 my neovim config:)
1
fork

Configure Feed

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

refactor: rename `_extui` => `_core.ui2`

robin 7f262637 40e7ec2e

+9 -9
-9
config/plugin/extui.lua
··· 1 - if vim.g.loaded_extui then 2 - return 3 - end 4 - 5 - vim.g.loaded_extui = true 6 - 7 - require("vim._extui").enable({ enable = true, msg = { 8 - target = "msg", 9 - } })
+9
config/plugin/ui2.lua
··· 1 + if vim.g.loaded_ui2 then 2 + return 3 + end 4 + 5 + vim.g.loaded_ui2 = true 6 + 7 + require("vim._core.ui2").enable({ enable = true, msg = { 8 + target = "msg", 9 + } })