CosmicNvim / CosmicNvim

CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!

Home Page:https://cosmicnvim.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong require link found

IoT-master opened this issue · comments

nvim/lua/cosmic/core/init has an invalid require. To correct this error I removed cosmic.core.editor. I do see a cosmic.core.example.editor, but most people will not use it.

local cosmic_modules = { 'cosmic.core.editor', 'cosmic.core.pluginsInit', 'cosmic.core.commands', 'cosmic.lsp', -- load mappings only after editor configs are loaded 'cosmic.core.mappings', }

Thanks! This should be fixed now 👍