aboutsummaryrefslogtreecommitdiffstats
path: root/oni-lsp.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-lsp] Disable some LSP componentsGravatar Tom Willemse2024-02-011-1/+4
|
* [oni-lsp] Remove ivy dependencyGravatar Tom Willemse2022-03-181-6/+2
|
* [oni-lsp] Use a posframe to show a function signatureGravatar Tom Willemse2022-02-281-1/+2
| | | | Instead of the minibuffer.
* [oni-lsp] Remove non-existent variableGravatar Tom Willemse2022-02-281-3/+1
|
* Add comments on how to use the packages managed by GuixGravatar Tom Willemse2021-07-151-2/+5
|
* Remove autoload cookies for packages managed by GuixGravatar Tom Willemse2021-07-151-2/+0
|
* Fix loading of ‘oni-lsp’Gravatar Tom Willemse2020-12-171-2/+2
|
* Remove deprecated settingGravatar Tom Willemse2020-12-011-2/+1
|
* Add lsp-ivyGravatar Tom Willemse2020-02-251-2/+6
|
* Add some settings that should improve performance for ↵Gravatar Tom Willemse2020-02-251-0/+1
| | | | lsp-mode
* Add documentation command for LSPGravatar Tom Willemse2019-10-211-4/+17
| | | | | | 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.
* Re-enable ‘lsp-ui-doc-mode’ and enable ↵Gravatar Tom Willemse2019-10-161-2/+6
| | | | ‘lsp-lens-mode’
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | 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.
* Add oni-lsp configurationGravatar Tom Willemse2019-05-121-0/+40