1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
893c9e2249 Enable company-posframe as late as possible
‘company-posframe’ checks to see if posframe can actually work. Unfortunately it
thinks it can’t work when the first frame is created. So instead only enable
‘company-posframe-mode’ when company starts trying to complete something.
2019-05-23 07:57:01 -07:00
a990b9d4d9 Hide company-posframe from the mode-line 2019-05-23 07:04:38 -07:00
1c96f6fb98 Add company-poscheck
With company-poscheck I can get rid of having to disable ‘fci-mode’ whenever
company tries to complete.
2019-05-22 21:03:46 -07:00
836226f1da Add oni-fci 2019-03-06 00:53:00 -08:00
4ca39f722f Add Company configuration 2019-02-06 00:27:25 -08:00