mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: restructure plugin loading.
This commit is contained in:
parent
aed64ca4a0
commit
ae10df6e2c
3 changed files with 8 additions and 6 deletions
|
|
@ -17,10 +17,7 @@ vim.opt.rtp:prepend(lazypath)
|
|||
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ import = "user.plugins.core" },
|
||||
{ import = "user.plugins.ui" },
|
||||
{ import = "user.plugins.editor" },
|
||||
{ import = "user.plugins.lsp" },
|
||||
{ import = "user.plugins" },
|
||||
|
||||
-- Language specific
|
||||
{ import = "user.plugins.lang.lua" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue