LazyVim.LazyVim/lua/lazyvim/plugins
2023-01-10 19:32:02 +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 feat(neo-tree): added <leader>e and <leader>E to toggle neo-tree 2023-01-09 22:12:19 +01:00
init.lua refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config 2023-01-10 11:14:27 +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 feat(notify): lazy-load nvim-notify to show proper notifs before Noice loads 2023-01-10 14:28:25 +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