1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
489d47223e [oni-lsp] Disable some LSP components 2024-02-01 16:36:16 -08:00
4e73acbae8 [oni-lsp] Remove ivy dependency 2022-03-18 11:09:34 -07:00
205cbf516a [oni-lsp] Use a posframe to show a function signature
Instead of the minibuffer.
2022-02-28 01:38:42 -08:00
7cd5486028 [oni-lsp] Remove non-existent variable 2022-02-28 01:37:10 -08:00
1d7ac0e410
Add comments on how to use the packages managed by Guix 2021-07-15 22:34:08 -07:00
a14393b612
Remove autoload cookies for packages managed by Guix 2021-07-15 22:33:40 -07:00
7d5f1314ac Fix loading of ‘oni-lsp’ 2020-12-17 11:33:47 -08:00
5cd4dee407 Remove deprecated setting 2020-12-01 09:27:24 -08:00
5a7233a45b Add lsp-ivy 2020-02-25 10:17:54 -08:00
bb231392df Add some settings that should improve performance for lsp-mode 2020-02-25 10:17:32 -08:00
d4e4a25cde Add documentation command for LSP
The default way lsp (at least for Java) is displayed is annoying. I’m used to
calling documentation with a keybinding like in Emacs Lisp. This command makes
it more like that.
2019-10-21 00:42:30 -07:00
1ac1bedfc6 Re-enable ‘lsp-ui-doc-mode’ and enable ‘lsp-lens-mode’ 2019-10-16 23:28:31 -07: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
8e40cae497 Add oni-lsp configuration 2019-05-12 18:59:15 -07:00