Commit Graph

203 Commits

Author SHA1 Message Date
tastytea 60bebf6069
Force loading magit after startup 2021-12-24 16:55:00 +01:00
tastytea 4805da390e
blamer is now listed on MELPA. 2021-11-27 16:12:21 +01:00
tastytea be65bf20f2
Add blamer. 2021-10-28 21:46:16 +02:00
tastytea d27b20f9e8
Disable hl-indent-mode. 2021-09-29 12:57:53 +02:00
tastytea d0bd9f3253
Use lsp-rename instead of iedit in lsp-mode. 2021-09-29 12:56:54 +02:00
tastytea 0b4b55eea6
editorconfig--enable-20210221-testing is default now. 2021-08-30 20:37:07 +02:00
tastytea b7d38ca7e6
Don't use lsp imenu. 2021-08-23 16:50:27 +02:00
tastytea adce814fff
Invoke lsp for Docker files. 2021-08-22 23:29:17 +02:00
tastytea 2fd22076e9
Explain that .csp files are HTML files.
They are “C++ Server Pages” from Drogon.
2021-08-19 14:52:09 +02:00
tastytea 7880b46650
Fix magit preocess colors. 2021-07-27 21:05:29 +02:00
tastytea 9b740227e1
Unbreak magit config. 2021-07-16 16:50:03 +02:00
tastytea b4977d1a62
Remove some dap-mode keybindings. 2021-06-29 01:13:29 +02:00
tastytea 655955aaa2
Add dap-mode for debugging. 2021-06-26 15:26:34 +02:00
tastytea a56ad0988f
Add dap-mode for debugging with LSP. 2021-06-22 17:19:18 +02:00
tastytea cbddc0f6ef
git: Remove trailing newline from magit-eldoc string. 2021-06-22 02:03:44 +02:00
tastytea 06c354a217
Use Eldoc with Magit.
Use Eldoc to display information about the commit at point.
2021-06-21 23:46:50 +02:00
tastytea abb29c2c6d
magit: Colorize process output after it finished. 2021-06-19 08:37:56 +02:00
tastytea 4d424a68d0
projectile: Enable CMake presets and remove custom CMake commands. 2021-06-03 18:13:22 +02:00
tastytea 994efd185c
LSP: Don't show function in modeline. 2021-06-03 17:06:09 +02:00
tastytea bc7b3e5b65
LSP: Don't show errors twice in modeline. 2021-06-03 13:49:39 +02:00
tastytea 45fbc64587
LSP: Change semantic highlighting a bit. 2021-06-03 01:12:18 +02:00
tastytea aff9e3bc2e
Disable modern-c++-font-lock-mode. 2021-06-03 00:58:14 +02:00
tastytea 0060b59228
Sort files in counsel-projectile. 2021-06-02 00:24:56 +02:00
tastytea 2a41488ab0
Enable company-prescient, configure it for LSP. 2021-06-02 00:02:30 +02:00
tastytea dc98e20fe2
Update CMake commands. 2021-06-01 23:31:58 +02:00
tastytea 634bc6bd50
Add C-<up> and -<down> to magit status. 2021-06-01 15:30:42 +02:00
tastytea 251dbbecf7
LSP: Use lsp-ui-imenu instead of counsel-imenu. 2021-05-27 10:50:14 +02:00
tastytea 84ea74b6ee
LSP: Enable sideline for code actions. 2021-05-27 10:44:00 +02:00
tastytea ebe5d94b75
Don't show LSP popups on mouse hover. 2021-05-25 07:55:01 +02:00
tastytea dfab34e547
LSP: Don't show signatures in doc popup. 2021-04-25 10:06:37 +02:00
tastytea ab9c185098
Magit: Navigate sections with arrow keys in diff-mode. 2021-04-23 20:58:25 +02:00
tastytea 548a230859
LSP: Add some clangd arguments. 2021-04-16 03:58:41 +02:00
tastytea 4e1632ee2d
LSP: bash: Highlight parsing errors. 2021-03-24 22:41:29 +01:00
tastytea ffe5254279
LSP: Enable doc popup, disable signature in eldoc. 2021-03-23 16:26:57 +01:00
tastytea d25c8e1820
Invoke lsp in js-mode. 2021-03-14 10:56:47 +01:00
tastytea 937611fd12 Emacs: Load projectile only after f.
We need f-directory?.
2021-02-24 05:35:28 +01:00
tastytea 9dda5dc7a3 Emacs: Add workaround for editorconfig. 2021-02-22 16:16:35 +01:00
tastytea 1575b911e6 Emacs: Use lsp-clangd-find-other-file when using clangd. 2021-02-08 23:07:16 +01:00
tastytea b69ee4c3aa Emacs: Start lsp for web-mode and css-mode. 2021-02-08 16:29:08 +01:00
tastytea 27e25bcbe3 Emacs: Update LSP config. 2021-02-08 02:06:25 +01:00
tastytea 8d35b27f27 Emacs: Load prescient and counsel-projectile after counsel. 2021-02-08 02:04:57 +01:00
tastytea 4c5b029f3a Emacs: Start lsp-mode even if clangd is not installed.
I use lsp-mode for more things now.
2021-01-20 07:37:48 +01:00
tastytea c79c3c7b29 Emacs: C++: Don't change enum style. 2021-01-20 07:35:13 +01:00
tastytea 8c2d36e595 Emacs: Start yas-minor-mode after lsp-mode.
Needed for completion.
2021-01-20 07:31:31 +01:00
tastytea 944977037c Emacs: LSP: remove project from breadcrumb. 2021-01-09 14:20:38 +01:00
tastytea 657640b4dd Emacs: Add json-mode and activate lsp-mode for it. 2021-01-08 03:08:50 +01:00
tastytea a05aeb3b1a Emacs: LSP: Configure breadcrumb-mode. 2021-01-08 03:08:10 +01:00
tastytea a3bb6c8d13 Emacs: projectile: Some variables can't be customized …
… but have to be setq-ed, apparently.
2021-01-07 23:50:23 +01:00
tastytea 50030baa8a newline. 2020-12-24 01:39:54 +01:00
tastytea 2cd63f065b Emacs: projectile: Don't turn caching on 2 times. 2020-12-24 01:30:44 +01:00