(neovim) move coding related components to extra loaded configuration

This commit is contained in:
Bartek Stalewski 2025-07-26 18:40:23 +02:00
parent 1d969481df
commit 86cf2fa9d4
No known key found for this signature in database
21 changed files with 185 additions and 156 deletions

View file

@ -16,7 +16,11 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {
{ import = "plugins" },
{ import = "plugins.common" },
{
import = "plugins.extra",
cond = MainHost,
},
},
defaults = {
lazy = true,