LazyVim.LazyVim/lua/lazyvim/plugins
Andreas Gerlach 46dba8f67e
fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu (#45)
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
2023-01-11 19:58:58 +01:00
..
extras fix(typescipt): properly check client.name in on_attach 2023-01-10 19:32:02 +01:00
lsp fix(neodev): use opts instead of config 2023-01-10 18:27:13 +01:00
coding.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00
colorscheme.lua feat(colorscheme)!: LazyVim now loads the colorscheme configured with config.colorscheme. See the docs for more info 2023-01-10 11:14:27 +01:00
core.lua refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config 2023-01-10 11:14:27 +01:00
editor.lua fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu (#45) 2023-01-11 19:58:58 +01:00
init.lua feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts 2023-01-10 23:00:56 +01:00
treesitter.lua refactor(plugins)!: plugins now use lazy.nvim's new opts property to make it far easier to override options 2023-01-08 15:05:34 +01:00
ui.lua fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu (#45) 2023-01-11 19:58:58 +01:00
util.lua refactor(plugins)!: plugins now use lazy.nvim's new opts property to make it far easier to override options 2023-01-08 15:05:34 +01:00