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

Ignore config files of Neovim GUIs.

2brownc opened this issue · comments

commented

So GUIs for neovim like neovim-qt require config file like ginit.vim be present in the ~/.config/nvim directory. So add them to the .gitignore file.

Example from AstroVim: https://github.com/AstroNvim/AstroNvim/blob/main/.gitignore

@2brownc Could you add as a pull request? 🙏 I don't use GUI's for nvim

Hey, I added the file to the .gitignore