1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
244c2797b8 [oni-company] Use tab for either completion or indentation 2022-12-13 07:09:59 -08:00
146f5cfcca
Move loading for ‘oni-clojure’ and required packages into ‘oni-core’ 2021-07-27 21:06:46 -07:00
e79e21b410 Only try to change the company backends when company-capf is found 2021-02-14 18:42:10 -08:00
df4d188d3f Fix diminishing minor modes when reloading libraries 2020-04-08 11:16:00 -07:00
2a011589f1 Stop company-dabbrev from changing the completion's case 2020-03-02 10:01:35 -08:00
Tom Willemsen
30225bdd1f Add yasnippet to company-capf 2020-02-28 15:22:01 -08:00
07eb2c1cc1 Make company show completions faster 2020-02-25 10:18:07 -08:00
cc8de9b58e Add prescient 2020-02-24 23:11:41 -08:00
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