lazy.nvim/lua/lazy/view
Brian Koropoff 0c50840d62 Don't cache check for attached UIs
UIs can attach and detach from headless nvim dynamically
(indeed, this is one of its use cases).
2023-01-06 22:12:40 -08:00
..
colors.lua feat(spec): added import to import other plugin modules 2023-01-02 09:44:28 +01:00
commands.lua feat(commands): :Lazy! load now skips cond checks when loading plugins. Fixes #330 2023-01-06 07:11:50 +01:00
config.lua feat(commands): :Lazy! load now skips cond checks when loading plugins. Fixes #330 2023-01-06 07:11:50 +01:00
diff.lua refactor: split open_cmd in float_cmd and float_term 2023-01-05 17:36:01 +01:00
float.lua refactor: easier to pass window options for floats 2023-01-05 17:01:56 +01:00
init.lua Don't cache check for attached UIs 2023-01-06 22:12:40 -08:00
render.lua refactor: easier to pass window options for floats 2023-01-05 17:01:56 +01:00
sections.lua feat(ui): added section with disabled plugins 2023-01-03 10:43:10 +01:00
text.lua fix(ui): fixed extmarks while wrapping. Fixes #124 2022-12-23 11:18:32 +01:00