1
0
Fork 0
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:
Henrik Hautakoski 2024-09-05 23:06:03 +02:00
parent aed64ca4a0
commit ae10df6e2c
3 changed files with 8 additions and 6 deletions

View file

@ -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" },