Commit Graph

32 Commits

Author SHA1 Message Date
c5203da97e
nvim: formatting, technically not necessary correction 2024-01-04 23:16:57 +01:00
c3f414a82b
nvim: shut up annoying warning about floats 2024-01-04 23:15:15 +01:00
7e1bdf93fa
make completions prettier 2023-08-06 18:32:20 +02:00
ab50e92c91
nvim: cmp: fix warning and comment, remove orgmode 2022-11-05 17:33:00 +01:00
e8d7429e33
nvim: completion: disable spell module
very laggy
2022-09-14 05:44:04 +02:00
d8a4b93e80
nvim: add doxygen and orgmode completion 2022-09-09 06:50:11 +02:00
71f3cf6e45
nvim: simplify completion sources 2022-09-09 06:28:45 +02:00
eb786ea5a8
nvim: add completions from Zsh 2022-09-09 06:13:49 +02:00
af3fb23c25
nvim: add LSP documentSymbol completion 2022-09-09 06:00:48 +02:00
2a61b2098a
nvim: add completion from spelling suggestions 2022-09-09 05:43:25 +02:00
4e58c35782
nvim: remove unneeded requires 2022-09-01 00:51:15 +02:00
095e0cefc5
nvim: use git completions in NeogitCommitMessage
this doesn't work currently, probably because the ft is set too late?
2022-08-28 20:40:39 +02:00
061d55f643
nvim: add luasnip keymaps for select mode, fix typo 2022-08-20 03:11:14 +02:00
8557936586
nvim: replace signature help 2022-08-17 03:42:10 +02:00
4615f1f9c5
nvim: declare all plugins in one file
Having it in many files is logically nicer, but breaks on fresh
installs.
2022-08-15 04:06:26 +02:00
7a49812118
nvim: separate plugins and config
It may look nicer but it leads to problems.
Also tweaked some thinks and cleaned up, made firenvim config only run
if it is used.
2022-08-15 01:29:31 +02:00
ca55aaf459
nvim: cmp: son't cancel on <Right> 2022-08-13 23:09:39 +02:00
30416dbd26
nvim: add cmp-dictionary and dict for git 2022-08-13 21:31:12 +02:00
1929597d5c
nvim: fix dependencies 2022-08-13 12:30:13 +02:00
157bf62324
nvim: cmp: signature help 2022-08-13 03:56:24 +02:00
13cb23e418
nvim: cancel completion with ← and → 2022-08-13 03:02:22 +02:00
4c2416563c
nvim: cosmetic 2022-08-12 20:06:50 +02:00
082f7d7be6
nvim: cmp: add nvim completion for lua files 2022-08-12 19:54:40 +02:00
24119cfff3
vim: cmp: comment out example, shorten comments 2022-08-12 19:39:22 +02:00
7339958a08
nvim: cmp: dwim tab 2022-08-12 19:19:20 +02:00
8cc67ed135
nvim: remove config for deleted lua completion source 2022-08-12 19:02:05 +02:00
1bf1458f4e
nvim: completion: fix no workie after repeated compile
I re-arranged the dependencies. Now it looks more like the example in
the readme.
2022-08-12 18:54:03 +02:00
f95274fb3e
nvim: completion: fix keymap 2022-08-12 18:17:19 +02:00
83c71c27ca
nvim: vompletion: fix luasnip deps 2022-08-12 17:28:52 +02:00
f8e686a334
nvim: reqrite completion config 2022-08-12 15:21:26 +02:00
6084378826
nvim: remove unneeded brackets 2022-08-12 14:05:53 +02:00
7d2b96c8b1
nvim: put config in namespace “my” to avoid collisions 2022-08-11 16:22:36 +02:00