Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prog: format go buffer before saving | Franck Cuny | 2022-03-22 | 1 | -0/+1 |
| | |||||
* | prog: make flymake happy | Franck Cuny | 2022-03-22 | 1 | -33/+66 |
| | |||||
* | puppet: we don't need this anymore! | Franck Cuny | 2022-03-20 | 1 | -5/+0 |
| | |||||
* | eglot: replace lsp-mode with eglot | Franck Cuny | 2022-03-17 | 1 | -78/+7 |
| | |||||
* | prog: add support for nix | Franck Cuny | 2022-03-04 | 1 | -0/+7 |
| | | | | | Enable the LSP for nix, and also ensure we're formatting the buffer when saving a buffer. | ||||
* | python: no more aurora files :) | Franck Cuny | 2022-02-03 | 1 | -2/+1 |
| | |||||
* | emacs: configure how to handle man pages | Franck Cuny | 2021-11-15 | 1 | -0/+4 |
| | |||||
* | emacs: add lispy | Franck Cuny | 2021-10-27 | 1 | -0/+6 |
| | |||||
* | emacs: move function for go-mode-compile | Franck Cuny | 2021-08-24 | 1 | -5/+6 |
| | | | | | The function needs to be defined before we use it in the `use-package` for go-mode. | ||||
* | emacs: fix hook syntax for lsp-mode | Franck Cuny | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | emacs: add lsp-treemacs | Franck Cuny | 2021-08-24 | 1 | -0/+5 |
| | | | | It's useful to show errors across a project | ||||
* | emacs: enable staticcheck with lsp | Franck Cuny | 2021-04-30 | 1 | -0/+8 |
| | |||||
* | emacs: configure compile mode | Franck Cuny | 2021-04-04 | 1 | -0/+11 |
| | |||||
* | emacs: configure dap-mode and compile-mode | Franck Cuny | 2021-04-04 | 1 | -1/+34 |
| | | | | | | | | | | | | | | | | | | | | Debug Adapter Protocol (DAP) is wire protocol to communicate between a client and debug server. This is similar to LSP, but for debuggers. This initial configuration focuses on enabling the mode and setting the layout for the various buffers (in this case I want the different buffers on the right screen and keep the main part focused on the code). I also disable some widget to use the debugger with hydra. There's still a number of things that are incomplete when it comes to integrate DAP and delve (the go debugger): there's no way to call functions, to have access to the variables, etc. But this is a good start though, to debug simple problems without relying on print statement. This also update the configuration for =go= so that =M-x compile=, when editing a go file, by default will use =go build=. This is not what I always need / want but this is a good default. | ||||
* | emacs: no snippets | Franck Cuny | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | emacs: rename the directory | Franck Cuny | 2021-01-04 | 1 | -0/+99 |