dvcrn / proton

space-atom. spacemacs and sublimious style editing in atom
GNU General Public License v3.0
565 stars 56 forks source link

issue with setting #301

Open itslijohnny opened 5 years ago

itslijohnny commented 5 years ago

I use kite as my autocompletion tool. However, it requires to set the core.useTreeSitterParsers to false. I add the setting into the dot file and it correct. However, the kite package still reports that I didn't have a correct setting. I believe it related to the order of when it load the setting. Is there a way to solve it? Thanks a lot!

dvcrn commented 5 years ago

Hi! Did you add the configuration as written here? https://github.com/dvcrn/proton/blob/master/MANUAL.md#editor-configuration

If you open the atom configuration after setting this inside proton, is the key inside your config file?

itslijohnny commented 5 years ago

image image image

Thanks for replying! Yes. And When I check the setting it effects and the kite works. The problem is kite returns an error every time I launch Atom. I think the kite and some other packages(like setting-sync always says my setting is outdated) has some sort of mechanisms to check the setting before proton load all settings. If I uninstall proton, there are no error messages and setting-sync will not say that my setting is outdated.