|
59ebf9cf9a
|
vim/lsp: enable rounded borders on floating windows
|
2023-08-06 17:09:06 +02:00 |
|
|
9948e26145
|
vim: add plugin 'folke/trouble.nvim'
|
2023-08-06 02:48:14 +02:00 |
|
|
3c738d7230
|
vim/lsp: minor lint fix
|
2023-08-06 02:47:53 +02:00 |
|
|
11cf997b0c
|
vim/nvim-tree: update dependencies
|
2023-08-06 02:47:01 +02:00 |
|
|
2adc719a87
|
vim: add plugin 'mbbill/undotree' and persist undo history
|
2023-08-06 02:15:09 +02:00 |
|
|
91fd64fa6a
|
vim/neogit: update keymaps
|
2023-08-06 01:16:45 +02:00 |
|
|
4586ddd4e2
|
vim: add plugin 'NeogitOrg/neogit'
|
2023-08-06 01:02:36 +02:00 |
|
|
cadaa41683
|
vim/telescope: adjust keymap for dotfiles and diagnostics
|
2023-08-06 00:54:40 +02:00 |
|
|
82cc8c3056
|
vim/telescope: add keymap to send to location list
|
2023-08-06 00:54:04 +02:00 |
|
|
b3aebdb8b6
|
vim/telescope: show previewer for buffers picker
|
2023-08-06 00:51:32 +02:00 |
|
|
451fb8137a
|
vim: tweak mappings to deal with white space
|
2023-08-06 00:48:58 +02:00 |
|
|
e6d98d58bd
|
vim/lsp: enable Roslyn analyzers
|
2023-08-03 20:42:57 +02:00 |
|
|
539dd71d79
|
vim/lsp: workaround for semantic token provider errors
|
2023-08-03 20:42:13 +02:00 |
|
|
67d18020f6
|
vim/lsp: simplify config, no functional changes
|
2023-07-25 09:17:13 +02:00 |
|
|
bad49abd72
|
vim: replace 'tpope/vim-commentary' with 'numToStr/Comment.nvim'
|
2023-07-23 02:51:23 +02:00 |
|
|
4b6e5c15b0
|
vim: let's try out gruvbox
|
2023-07-22 00:58:06 +02:00 |
|
|
cb5a4cefbf
|
vim: add plugin 'iamcco/markdown-preview.nvim'
|
2023-07-20 23:47:39 +02:00 |
|
|
ccf9be6722
|
vim: update icons for auto-complete
|
2023-07-20 23:46:54 +02:00 |
|
|
91149a7300
|
Move solarized neovim plugin to its own repository
|
2023-07-20 23:34:58 +02:00 |
|
|
51d24d9f93
|
vim/telescope: bring back the old <c-p> binding :)
|
2023-07-20 21:38:29 +02:00 |
|
|
f01193b945
|
vim/telescope: make buffers, colorscheme, and spell_suggest not full screen
|
2023-07-18 01:31:44 +02:00 |
|
|
3234d35bd9
|
vim/telescope: overhaul keymap and add more pickers
|
2023-07-17 00:23:51 +02:00 |
|
|
026b4e8ddc
|
vim/nvim-cmp: clean up config
|
2023-07-16 18:13:51 +02:00 |
|
|
9b07ea7d53
|
vim/telescope: enable dynamic title in preview
|
2023-07-16 14:50:16 +02:00 |
|
|
24ab75eb65
|
vim/telescope: unify pickers
|
2023-07-16 14:20:50 +02:00 |
|
|
2e4ffba0de
|
vim/telescope: reformat
|
2023-07-16 13:25:23 +02:00 |
|
|
1e372c559b
|
vim/telescope: make configuration more concise and readable
|
2023-07-16 13:10:12 +02:00 |
|
|
f5f91c8dc6
|
vim/telescope: remove man_pages workaround for macOS
My PR that fixes it for everyone was merged :)
https://github.com/nvim-telescope/telescope.nvim/pull/2352
|
2023-07-16 01:28:16 +02:00 |
|
|
3670b76dc9
|
vim: factor out reusable functions into a separate module
|
2023-07-16 01:21:58 +02:00 |
|
|
d845b74036
|
vim/telescope: whitespace alignment
|
2023-07-16 01:04:03 +02:00 |
|
|
7c5cf05e52
|
vim/telescope: add keymap to search in current buffer
Had to change the mapping for searching help tags.
|
2023-07-16 01:01:56 +02:00 |
|
|
0d997f7744
|
vim/telescope: add keymap for treesitter symbols
|
2023-07-16 00:49:44 +02:00 |
|
|
ed839c8266
|
vim/telescope: fix grep title and improve getting selected text
|
2023-07-16 00:37:18 +02:00 |
|
|
8096290986
|
vim/telescope: organize and fix prompt titles
|
2023-07-16 00:11:46 +02:00 |
|
|
ccf42e8b65
|
vim/telescope: don't wrap around when selecting results
|
2023-07-15 23:43:43 +02:00 |
|
|
3f247adbd0
|
vim/telescope: remove 'bottom_pane' from cycle of layouts
|
2023-07-15 23:42:50 +02:00 |
|
|
8f04d9b199
|
vim/nvim-cmp: prevent hijacking of keymaps from telescope
|
2023-07-15 23:03:48 +02:00 |
|
|
7cf8b4d250
|
vim/telescope: add mappings and unify insert/normal modes
|
2023-07-15 23:02:33 +02:00 |
|
|
9fdcb9e110
|
vim: add plugin 'nvim-telescope/telescope-fzf-native.nvim'
|
2023-07-15 01:33:35 +02:00 |
|
|
5bc5206212
|
vim: fix <tab> behavior for autocomplete
Insert: confirm if completion active, normal tab otherwise
Command: confirn if completion active, start completion otherwise
|
2023-07-15 00:33:29 +02:00 |
|
|
f650ed74b5
|
vim: fix keymap for showing whitespace
|
2023-07-15 00:31:50 +02:00 |
|
|
cbfcce798a
|
vim: disable completion within comments
|
2023-07-13 22:15:30 +02:00 |
|
|
ef2b80a534
|
vim: start completion with <tab>
|
2023-07-13 21:15:13 +02:00 |
|
|
19195f471e
|
vim: colorize CSS color values
|
2023-07-13 21:05:42 +02:00 |
|
|
f9569c4c42
|
vim: clean up completion keymap
|
2023-07-13 02:38:37 +02:00 |
|
|
05358d4989
|
vim: add 'luasnip' to confirm autocompletion
|
2023-07-12 01:31:18 +02:00 |
|
|
0c3c831212
|
vim: custom icons for autocomplete
|
2023-07-12 01:31:18 +02:00 |
|
|
353827431f
|
vim: improve completion, add cmdline completion on demand
|
2023-07-12 01:31:18 +02:00 |
|
|
bd023605b9
|
vim: fix unused variable warning
|
2023-07-12 01:31:18 +02:00 |
|
|
d3089a8b06
|
vim: refactor LSP configuration
|
2023-07-10 23:50:15 +02:00 |
|