You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
nonogakhi
changed the title
lack of basic configuration
personal configuration separation
Oct 2, 2022
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.
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
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
The text was updated successfully, but these errors were encountered: