nvim: add psoxizsh.plugins.core

This commit is contained in:
Paul Stemmet 2024-08-08 11:54:46 +00:00
parent cf879d6999
commit 3a56818202
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
-- Core / low level plugins used by others
return {
-- Community patch for Vim
{ 'tpope/vim-sensible', version = false, lazy = false },
-- Used in psoxizsh.* modules
{ 'nvim-lua/plenary.nvim', version = false, lazy = true },
}