nvim: add psoxizsh.plugins.core
This commit is contained in:
parent
cf879d6999
commit
3a56818202
|
@ -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 },
|
||||
}
|
Loading…
Reference in New Issue