Cyberdream
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled Details

This commit is contained in:
Yannick Reiß 2025-07-10 15:06:16 +02:00
parent 82226b4f78
commit 084fff8e1a
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ return {
"patstockwell/vim-monokai-tasty",
"hiroakis/cyberspace.vim",
"jaredgorski/spacecamp",
{
"scottmckendry/cyberdream.nvim",
lazy = false,
priority = 1000,
},
-- Code completion / Menu
"hrsh7th/nvim-cmp",