proton icon indicating copy to clipboard operation
proton copied to clipboard

issue with setting

Open itslijohnny opened this issue 6 years ago • 2 comments

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!

itslijohnny avatar Apr 21 '19 19:04 itslijohnny

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?

dvcrn avatar Apr 22 '19 01:04 dvcrn

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.

itslijohnny avatar Apr 22 '19 02:04 itslijohnny