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

my custom editor.lua isn't being considered

andersonba opened this issue · comments

It seems that my file is not being loaded, everything that I set there does not work, for example, the comma as mapleader 🤷‍♂️

⮩ cat ~/.config/nvim/lua/cosmic/config/editor.lua
local g = vim.g

g.mapleader = ','

Even copying the example files, the mapleader was not respected.

@andersonba pushed a fix :D