4ff8594d47
vim/nvim-tree: small visual tweaks
2023-08-18 22:04:31 +02:00
942142357b
vim/lualine: don't show trailing whitespace for help files
2023-08-18 21:08:26 +02:00
b185ac5311
vim: make it easy to reload plugin configs with :lua R('...').config()
2023-08-18 00:05:47 +02:00
350d0073f7
vim/telescope: make plugin config self-contained
2023-08-17 23:53:59 +02:00
5da88d464b
vim/lualine: make plugin config self-contained
2023-08-17 23:49:36 +02:00
56aa86df56
vim/keymap: formatting
2023-08-17 23:49:15 +02:00
1c16b06677
vim/neogit: use same mapping as fugitive to toggle diffs
2023-08-17 22:43:45 +02:00
f037a36f27
vim: move mappings back to the plugins
2023-08-17 22:43:03 +02:00
79b5b7812f
vim/colorizer: use foreground mode
...
It's easy to confuse the background mode with search highlights.
2023-08-17 22:23:25 +02:00
c9b680e93a
vim: clean up plugins dependencies
2023-08-17 22:19:34 +02:00
7a293c6024
vim: everything is module...
2023-08-17 22:17:44 +02:00
a869818ad2
vim/keymap: formatting
2023-08-13 03:36:16 +02:00
5757c379e6
vim/telescope: minor refactor
2023-08-13 03:35:17 +02:00
ea9cd3872d
vim/lualine: add custom searchcount component
2023-08-13 03:11:23 +02:00
6244808688
vim/lualine: prepare color abstraction
2023-08-13 03:11:23 +02:00
7f80e37117
vim/lualine: minor refactor
2023-08-13 03:11:23 +02:00
7a73598f76
vim/lualine: add trailing whitespace
2023-08-13 03:11:23 +02:00
31b9a726eb
vim/lualine: fix filename italics and refactor component extensions
2023-08-13 00:40:30 +02:00
0ef1cba81f
vim/telescope: simplify creation of custom mappings
2023-08-12 02:35:21 +02:00
1edab453ed
vim/whitespace: load when opening files
2023-08-12 02:13:08 +02:00
e811bdd871
vim/lualine: visual tweaks
2023-08-12 02:05:46 +02:00
6732736fa4
vim/lualine: split defintion of components from lualine setup
2023-08-12 01:33:09 +02:00
146ccc2d8f
vim/lualine: improve extension of components
2023-08-12 00:52:48 +02:00
ecadf89867
vim/lualine: use icons for modes
2023-08-12 00:13:29 +02:00
77c7c1a8b9
vim/lualine: use icons for modes
2023-08-12 00:07:41 +02:00
ac8b791339
vim/lualine: reduce size of mode map
2023-08-11 23:39:09 +02:00
417cd24fa5
vim/tree: visual tweaks
2023-08-11 04:42:11 +02:00
6a1aed2210
vim/telecope: fix file_browser loading and initialization
2023-08-11 04:42:11 +02:00
0554f4cb5e
vim/markdown-preview: lazy load on filetype detection
2023-08-11 04:42:11 +02:00
7d762a6105
vim: plenary and luared can be always lazy
2023-08-11 04:42:11 +02:00
c2ff9837bb
vim/fugitive: load on commands 'G' and 'Git'
2023-08-11 04:42:11 +02:00
ce74aaef60
vim: go back to vim-commentary, lazy loaded
2023-08-11 04:42:11 +02:00
546db023f4
vim: create a main setup function
2023-08-11 04:42:06 +02:00
cf4c53541f
vim/todo-comments: move keymap
2023-08-11 04:41:59 +02:00
4a976f6df7
vim/telescope: move keymap
2023-08-11 04:41:50 +02:00
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
60509d18a8
Remove packer_compiled.lua from gitignore
...
The fact I was ignoring this file was causing problems on some machines
where this file was left behind after I switch away from Packer. It was
the right thing to do to ignore this file back then, but now I wasn't
really aware that it was still there :/
2023-08-09 09:54:56 +02:00