Commit graph

160 commits

Author SHA1 Message Date
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
b9ecc49df2 vim: better descriptions for keymaps 2024-02-17 19:30:00 +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
8d9f3ea390 vim: disable <c-x> in Telescope 2024-02-17 13:21:18 +01:00
d45715e545 vim: add some colorschemes to try out 2024-02-16 19:14:20 +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
b409888717 vim: use rounded border for git-messenger popup 2024-02-14 03:14:51 +01:00
8a22019667 vim: add plugin 'rhysd/git-messenger.vim' 2024-02-14 01:55:11 +01:00
01f34758a2 vim: add plugin 'ruifm/gitlinker.nvim' 2024-02-14 01:44:12 +01:00
46cfb7ddca vim: better keymaps for git operations 2024-02-14 01:01:55 +01:00
e6b4241d00 vim: add keymap to toggle Telescope preview 2024-02-13 23:53:03 +01:00
389140cfc1 vim: add plugin 'johmsalas/text-case.nvim' 2024-02-12 23:36:20 +01:00
fedd230111 vim: refactor completion to make it more maintainable 2024-02-12 00:35:44 +01:00
e7ccffd50c vim: small refactor to simplify LSP 2024-02-11 23:14:29 +01:00
3d2286141d vim: let lualine choose the theme automatically 2024-02-11 19:02:18 +01:00
1f71cdc838 vim: change Telescope mapping for finding commands 2024-02-11 18:46:23 +01:00
b17b6fb673 vim: remove plugin 'mawkler/modicator.nvim' 2024-02-11 18:37:17 +01:00
0238fd1416 vim: minor refactor 2024-02-11 18:33:28 +01:00
f5e1ac20eb vim: move most icons to a dedicated file 2024-02-11 18:32:36 +01:00
04acdd05a1 vim: load treesitter on VeryLazy event
This seems like a good compromise between start-up speed and it actually
working :P
2024-02-11 02:05:12 +01:00
ab272fd138 vim: lazy load completion plugins 2024-02-11 01:49:32 +01:00
ac908c841c vim: lazy load LSP plugins 2024-02-11 01:49:32 +01:00
673f4839c2 vim: add plugin 'stevearc/oil.nvim' 2024-02-10 17:07:18 +01:00
21e1596371 vim: fix formatting and typos 2024-02-10 15:10:24 +01:00
0a7a3be210 vim: load applescript syntax lazily 2024-02-10 15:07:55 +01:00
b9e5e9e4ea vim: fix treesitter lazy loading problem 2024-02-08 21:07:09 +01:00
b08a873811 vim: update indent-blankline and fix breaking changes 2024-02-08 21:07:09 +01:00
e5e8dd06c6 vim: update plugins 2024-02-08 21:07:09 +01:00
56382e39b2 vim: add syntax highlight for AppleScript 2023-10-01 23:47:01 +02:00
0f3fc2ba00 vim: add plugin 'Hoffs/omnisharp-extended-lsp.nvim' 2023-09-01 08:51:13 +02:00
d4660c3da4 vim/lsp: minor change to mason-lspconfig setup 2023-08-22 10:01:40 +02:00
7b4e7462b7 vim/lsp: override handlers via lspconfig rather than globally 2023-08-22 09:57:23 +02:00
51be43ec10 vim/lsp: factor out border into separate table 2023-08-22 09:57:23 +02:00
1be31450ea vim/lsp: add extend() for better extesibility 2023-08-22 09:57:23 +02:00
31bb90d3a4 vim: add plugin 'j-hui/fidget.nvim' 2023-08-18 23:40:20 +02:00
27513acd50 vim: add plugin 'mawkler/modicator.nvim' 2023-08-18 22:31:25 +02:00
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
1c16b06677 vim/neogit: use same mapping as fugitive to toggle diffs 2023-08-17 22:43:45 +02:00