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

@ -1,4 +1,7 @@
return {
{ import = "user.plugins.ui.statusline" },
-- File explorer
{ import = "user.plugins.ui.neotree" },
-- Nicer notifications
{
"j-hui/fidget.nvim",
@ -17,8 +20,6 @@ return {
}
}
},
-- File explorer
{ import = "user.plugins.ui.neotree" },
{
"folke/which-key.nvim",
event = "VeryLazy",