|
669e8ed777
|
vim/indent-blankline: move keymap
|
2023-08-11 04:41:42 +02:00 |
|
|
2b7b5dd2fc
|
vim/virt-column: move keymap
|
2023-08-11 04:41:32 +02:00 |
|
|
f0fb62a602
|
vim/whitespace: move keymap
|
2023-08-11 04:39:33 +02:00 |
|
|
6648bd6fdd
|
vim/undotree: move keymap
|
2023-08-11 04:39:13 +02:00 |
|
|
ecf113f36b
|
vim/trouble: move keymap
|
2023-08-11 04:39:06 +02:00 |
|
|
6103108413
|
vim/treesitter: move keymap
|
2023-08-11 04:38:57 +02:00 |
|
|
fc43e476e2
|
vim/nvim-tree: move keymap
|
2023-08-11 04:38:45 +02:00 |
|
|
0518e45330
|
vim: move keymap for fugitive and neogit
|
2023-08-11 04:38:20 +02:00 |
|
|
d8e121ca15
|
prepare for default lazy
|
2023-08-11 04:38:12 +02:00 |
|
|
5bedb1ec70
|
vim/lazy: add title
|
2023-08-11 04:37:55 +02:00 |
|
|
0a59d62d33
|
vim: start keymap refactor
|
2023-08-11 04:36:17 +02:00 |
|
|
48ecd25d7c
|
vim: more robust setting of colorscheme
|
2023-08-09 16:38:12 +02:00 |
|
|
a8cae3438e
|
vim: show warning instead of error if lazy can't be bootstrapped
|
2023-08-09 16:35:07 +02:00 |
|
|
48864a8983
|
vim/colorizer: user default background mode
|
2023-08-09 14:37:56 +02:00 |
|
|
96fbe3b38f
|
vim/comment: remove default configuration
|
2023-08-08 18:31:20 +02:00 |
|
|
1c14398a46
|
vim/nvim-tree: make sure to load plugin on commands
|
2023-08-08 18:25:20 +02:00 |
|
|
deb327e5ce
|
vim/treesitter: make sure to load plugin on commands
|
2023-08-08 18:23:55 +02:00 |
|
|
1371715363
|
vim/todo-comments: reference Telescope's prefix for mapping
|
2023-08-08 18:13:40 +02:00 |
|
|
d99de8a907
|
vim/telescope: major refactor to enable lazy loading
|
2023-08-08 18:13:40 +02:00 |
|
|
dc5f34260e
|
vim: lazy load as many plugins as possible
|
2023-08-08 05:04:47 +02:00 |
|
|
f495dd984c
|
vim/comment: refactor, no functional change
|
2023-08-08 04:20:00 +02:00 |
|
|
8519e22d00
|
vim/diagnostics: add central coniguration
|
2023-08-08 04:18:14 +02:00 |
|
|
9906368e50
|
vim/keymap: add mappings to toggle and hide diagnostics
|
2023-08-08 03:44:44 +02:00 |
|
|
dc0516f38f
|
vim/lualine: add extensions
|
2023-08-08 03:29:05 +02:00 |
|
|
4d7ed2a0af
|
vim/lualine: remove dynamic color for filename (doesn't work properly)
The function does work for the active window, but there is no way to
have it return a different value for inactive windows.
|
2023-08-08 03:24:30 +02:00 |
|
|
8d8def18dd
|
vim/lualine: refactor component extensions
|
2023-08-08 01:39:12 +02:00 |
|
|
c0ef1e17b9
|
vim/lualine: refactor for readability
|
2023-08-08 01:28:52 +02:00 |
|
|
f7826d81c8
|
vim/lualine: rename parts -> my
|
2023-08-08 00:56:54 +02:00 |
|
|
d96cc5b1d8
|
vim/lualine: add diff and show diagnostics only in active window
|
2023-08-08 00:55:50 +02:00 |
|
|
24133d1cff
|
vim/lualine: use stock progress instead of crescent moon
|
2023-08-08 00:34:42 +02:00 |
|
|
98a126fef0
|
vim: add plugin 'folke/todo-comments.nvim'
|
2023-08-07 23:40:38 +02:00 |
|
|
c1e60efa92
|
vim/telescope: export trigger for mappings in other plugins
|
2023-08-07 23:38:22 +02:00 |
|
|
ae4f6217c8
|
vim/lsp: formatting
|
2023-08-07 22:50:48 +02:00 |
|
|
b9402d9f84
|
vim/lsp: use <localleader> in on_attach
|
2023-08-07 22:49:58 +02:00 |
|
|
0dfe7bcc4a
|
vim/keymap: user <localleader> for loclist operations
|
2023-08-07 22:06:59 +02:00 |
|
|
c7c084302b
|
vim/keymap: tweak quickfix and diagnostic navigation
|
2023-08-07 22:06:03 +02:00 |
|
|
135f11df45
|
vim/keymap: better mnemonic for toggling 'spell'
|
2023-08-07 21:57:32 +02:00 |
|
|
83ef57d4e2
|
vim/whitespace: more ergonomic mappings
|
2023-08-07 21:56:36 +02:00 |
|
|
52c0dddfe7
|
vim/neogit: better mnemonic for mapping
|
2023-08-07 21:56:08 +02:00 |
|
|
a929b53d64
|
vim/telescope: better mapping to send to loclist
|
2023-08-07 21:55:23 +02:00 |
|
|
89cbebe6d4
|
vim/telescope: bring back <leader>f, good bye <c-p>
|
2023-08-07 21:54:49 +02:00 |
|
|
d71ed2cbda
|
vim/fugitive: add mapping for running a git command
|
2023-08-07 21:50:49 +02:00 |
|
|
982d49be77
|
vim/util: center on destination when jumping to diagnostic
|
2023-08-07 21:49:42 +02:00 |
|
|
3d43af1e8d
|
vim: improve utils documentation.
|
2023-08-07 01:18:47 +02:00 |
|
|
0d3e8b878a
|
vim: rename extend(...) -> concat(...)
|
2023-08-07 01:08:21 +02:00 |
|
|
e9ccd1ec77
|
vim/trouble: adjust mappings to be similar to quickfix and loclist
|
2023-08-07 01:00:22 +02:00 |
|
|
8836303ced
|
vim: add mappings to toggle quickfix and loclist
|
2023-08-07 00:59:46 +02:00 |
|
|
dcf75de3c0
|
vim: use vim.F.npcall
|
2023-08-06 23:52:57 +02:00 |
|
|
6a8c606845
|
vim: rename 'user' -> 'fschauen'
|
2023-08-06 23:43:17 +02:00 |
|