Commit graph

656 commits

Author SHA1 Message Date
f1c60d8012 git: ensure correct e-mail for dotfiles and personal projects 2024-02-19 11:09:31 +01:00
3921c1e52b vim: ensure some LSPs are installed (clangd, cmake, lua_ls, pyright) 2024-02-19 02:20:19 +01:00
15f944eb4c vim: better higlights for todo-comments 2024-02-19 02:18:46 +01:00
36ceb2c15c vim: make sure not to blow up on nil opts 2024-02-19 02:04:09 +01:00
a15e582567 vim: add plugin 'mhartington/formatter.nvim' 2024-02-19 01:58:57 +01:00
98c8837469 vim: telescope refactor 2024-02-18 23:41:06 +01:00
c924601769 vim: visual mode paste without loosing yanked text 2024-02-18 21:48:41 +01:00
890d2def13 vim: add plugin 'monaqa/dial.nvim' 2024-02-18 21:25:09 +01:00
d7de20a635 vim: enable lazy.nvim change detection notifications
Now that I am using `nvim-notify` the notifications aren't so annoying
and, most importantly, don't cause the windows to jump up and down.
2024-02-18 16:59:20 +01:00
43b65bf2c1 vim: refactor LSP configuration 2024-02-18 16:49:29 +01:00
1108538484 vim: add keymaps to change quote style in lua files 2024-02-18 14:25:15 +01:00
fe5eddd739 vim: collect syntax-only plugins into a syntax file 2024-02-18 13:52:14 +01:00
335884af95 vim: add plugin 'stevearc/dressing.nvim' 2024-02-18 13:44:35 +01:00
0a29953d6b vim: playing with colorschemes 2024-02-18 13:18:31 +01:00
26e882780a vim: consistent telescope keymap descriptions and comments 2024-02-18 04:08:36 +01:00
316c6f828c vim: add plugin '2kabhishek/nerdy.nvim' 2024-02-18 04:00:50 +01:00
3c21f801b8 vim: prevent very narrow telescope previews 2024-02-18 03:44:17 +01:00
a1d23e4b5c vim: more consistent descriptions for keymaps 2024-02-18 03:26:37 +01:00
9bdf67e320 vim: move more code to utils 2024-02-18 03:16:14 +01:00
c07b06d4a7 vim: move reusable functions to util 2024-02-18 02:41:05 +01:00
e34671ddaa vim: better structure for utils 2024-02-18 02:31:02 +01:00
5f2dd220d9 vim: use the opts key in plugin specs where possible 2024-02-18 02:25:06 +01:00
5286b9f987 vim: remove plugin 'stevearc/oil.nvim' 2024-02-18 01:22:29 +01:00
11aa2394ee vim: fix neogit missing cmd definition for lazy loading 2024-02-18 01:04:43 +01:00
e1618b5484 vim: fix colorizer condition 2024-02-18 00:49:28 +01:00
a054a3a894 vim: use correct signatures for lazy config() and init() 2024-02-18 00:42:44 +01:00
3011a077d3 vim: add plugin 'rcarriga/nvim-notify' 2024-02-17 23:09:52 +01:00
f84b35600b vim: make fidget a bit more visible 2024-02-17 23:09:15 +01:00
a6b117d44c vim: add separate icons for checkmark and checkbox 2024-02-17 22:52:56 +01:00
2a042f9927 vim: add winblend 2024-02-17 22:39:24 +01:00
b9f152ce66 vim: add bold diagnostic icons 2024-02-17 22:38:47 +01:00
b9ecc49df2 vim: better descriptions for keymaps 2024-02-17 19:30:00 +01:00
e97a7dbd7e zsh: don't add duplicates to history 2024-02-17 17:59:11 +01:00
b5eef19e5a zsh: use <c-v> as a shortcut to start neovim 2024-02-17 17:52:44 +01:00
0944776bf2 vim: better keymap to strip whitespace 2024-02-17 17:34:05 +01:00
c7ccb92634 vim: don't lazy-load luaref 2024-02-17 17:31:00 +01:00
237d67f82b vim: move code from lua ftplugin to utils
The ftplugin is executed via the FileType event every time a lua file is
opened, so better to have just the keymaps set there.
2024-02-17 15:16:43 +01:00
7817b927ee vim: move lua gf handler from autocmd to ftplugin 2024-02-17 13:23:49 +01:00
8d9f3ea390 vim: disable <c-x> in Telescope 2024-02-17 13:21:18 +01:00
0bccfe6ad7 vim: make gf work for lua modules 2024-02-17 00:39:57 +01:00
d45715e545 vim: add some colorschemes to try out 2024-02-16 19:14:20 +01:00
267c01ff9d vim: enable alternative plugin dev paths in lazy.nvim
I have to keep the local development version of my plugins in different
places depending on the machine. This make that possible.
2024-02-16 16:10:48 +01:00
ee08716bed vim: make horizontal split keymaps consistent in telescope and nvim-tree 2024-02-16 02:07:33 +01:00
b4aa060a0e vim: simplify keymap for nvim-tree 2024-02-16 02:06:58 +01:00
033319f99d vim: fix telescope selection caret 2024-02-16 01:28:04 +01:00
6724d45051 vim: enable conceal for markdown files 2024-02-15 22:14:02 +01:00
427baf06d1 vim: set a reasonable comment string for C++ files 2024-02-15 22:13:45 +01:00
b409888717 vim: use rounded border for git-messenger popup 2024-02-14 03:14:51 +01:00
429c2f9b0a tmux: add a key binding to capture a pane's history 2024-02-14 03:05:27 +01:00
1ccba52719 tmux: make next-/previous-window key binding not repeating 2024-02-14 03:03:26 +01:00