(neovim) move coding related components to extra loaded configuration
This commit is contained in:
parent
1d969481df
commit
86cf2fa9d4
21 changed files with 185 additions and 156 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue