Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

personal configuration separation #21

Open
nonogakhi opened this issue Oct 1, 2022 · 3 comments
Open

personal configuration separation #21

nonogakhi opened this issue Oct 1, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@nonogakhi
Copy link

Hi, Thanks for the great IDE.

Where basic configurations such as vim.g.mapleader are expected to be set. I created a init.lua in ~/.config/nvim/lua/user/ but it didn't pickup the mapleader.

Ideally I would like to be able to pull frequently from nv-ide repo without having to manage merge conflict with my own customization.

Thanks in advance

@nonogakhi nonogakhi changed the title lack of basic configuration personal configuration separation Oct 2, 2022
@nonogakhi
Copy link
Author

I ended up adding vim.g.mapleader = ' ' on top of settings/init.lua for the moment but I think it would be great if we can extend the configs so that user configs which are in gitignore are picked before nv-ide. I'm keen on working on a PR if you have some suggestions.

@crivotz
Copy link
Owner

crivotz commented Oct 3, 2022

Hi,
thanks for the great suggestion PR is always welcome.
You might think about checking for a file and if not found proceed with defaults.

I'm sorry that these problems come up from time to time, the project is mainly my operational setup and I didn't think it would collect consensus :D More than anything else I thought it could serve as an eventual boilerplate for configuring some plugins

Thanks again

@crivotz crivotz added the enhancement New feature or request label Oct 3, 2022
@nonogakhi
Copy link
Author

Thanks for the clarification, yeah I like it very much. Hopefully with more consensus we will be able to take that to the next level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants