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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue