Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref(rust): use eglot for lsp | Franck Cuny | 2022-10-17 | 1 | -9/+1 |
| | | | | Change-Id: I060a37e7baee14cf6051dcb5390b9b986e5d6968 | ||||
* | Revert "ref(rust): delete the module" | Franck Cuny | 2022-10-17 | 1 | -0/+24 |
| | | | | This reverts commit cecfed659a53c1b72ac16ab5e2bfa4170067bc81. | ||||
* | ref(rust): delete the module | Franck Cuny | 2022-10-14 | 1 | -24/+0 |
| | | | | | | I'm not going to need this Change-Id: I692dbbaf14c574b988aa9989057c06a553971e1c | ||||
* | fix(prog/lsp): apply a number of fixes related to LSP | Franck Cuny | 2022-09-24 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | Now that I've switched back to LSP, there's some configuration to delete and some to update. The configuration related to rust is fixed (lsp-ui was not loading properly), and I'm also disabling the inlay hints (they are very intrusive, I'll need more tweaks to find something that works for me). For the LSP configuration itself, I'm tweaking a few more things, especially related to the UI. Finally, deleting configurations for eglot and go: eglot is replaced by lsp-mode, and go's configuration is in its own file. Change-Id: I73fb4b66c8816dd6e20efa358c81e3c306b8255f | ||||
* | feat(lang/rust): configure Emacs for rust | Franck Cuny | 2022-09-17 | 1 | -0/+19 |
Change-Id: Iaaccc75333b8b36e2fdb0ae4a6eb84408eb61300 |