Commit graph

2235 commits

Author SHA1 Message Date
ChristianChiarulli
21311b54a5 fix: plain tokyonight 2022-09-21 14:00:44 -04:00
ChristianChiarulli
64615ae626 fix: always load base theme 2022-09-21 11:21:01 -04:00
Christian Chiarulli
03156e42ac
Indentlines (#3057) 2022-09-21 11:09:11 -04:00
Christian Chiarulli
2ba566b0d8
feat: add indentlines (#3056) 2022-09-21 10:48:15 -04:00
sambergo
8e1d3a2b47
fix: more consistent dashboard description (#3055) 2022-09-21 10:42:35 -04:00
Christian Chiarulli
5948c30362 fix: make sure to use global in lualine 2022-09-20 23:03:34 -04:00
Christian Chiarulli
b954329f98 fix: fixing laststatus harder 2022-09-20 22:15:03 -04:00
Christian Chiarulli
3cb939bf2f fix: lag in space when in terminal insert 2022-09-20 21:34:03 -04:00
Tuna Alikaşifoğlu
bcfb980d20
fix: add branch export for rolling installation (#3054) 2022-09-20 20:52:33 -04:00
Christian Chiarulli
2b60f233d9 fix: quick and dirty fix for global statusline 2022-09-20 20:52:11 -04:00
Christian Chiarulli
552197499c
feat: pickers (#3053) 2022-09-20 20:34:51 -04:00
Christian Chiarulli
f34dbc94c2
feat: better telescopic experience (#3052) 2022-09-20 20:13:37 -04:00
Christian Chiarulli
e5c723b701 feat: laststatus=3 global statusline 2022-09-20 19:36:15 -04:00
ChristianChiarulli
4c4f08469e feat: set options to remove some noise 2022-09-20 16:25:58 -04:00
ChristianChiarulli
845c6a4fe7 feat(lualine): update statusline 2022-09-20 16:03:27 -04:00
kylo252
31af25f6a1
revert: fix Packer instead of hard-coding config (#3049) 2022-09-20 11:26:57 -04:00
ChristianChiarulli
4bd26928e5 feat: new dashboard logo 2022-09-20 11:18:21 -04:00
ChristianChiarulli
0608ee584c feat: breadcrumbs work again 2022-09-20 08:35:48 -04:00
ChristianChiarulli
293f4369ae feat: illuminate works again 2022-09-20 08:11:36 -04:00
sambergo
28ae8f558b
feat: use a shorter dashboard banner when needed (#3047) 2022-09-20 12:27:38 +02:00
Dániel Vankó
975d1ffcd3
fix(installer): small fix in help message of install.sh (#3032) 2022-09-20 12:07:45 +02:00
Abouzar Parvan
518b1d4167
Fix: make sure latest plugins are customizable (#3044)
* fix: make navim-navic configurable

* fix: make sure vim-illuminate is configurable

* fix: make sure theme is configurable

* fix(ci): don't verify uninstalled plugins

* refactor(lsp): add setup_document_symbols util

* revert: keep onedarker on freeze branch

* refactor(lsp): avoid duplicate hl autocmds

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-09-20 14:11:58 +04:30
Philipp Schmitt
03ec31253f
feat(telecope): set show_untracked by default (#2984)
* feat: optionally show untracked files with find_project_files

* feat(telecope): set show_untracked by default

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-09-20 10:32:35 +04:30
Christian Chiarulli
f11909b564
feat: breadcrumbs (#3043) 2022-09-19 22:14:32 -04:00
Christian Chiarulli
2190dba4c7
feat: a less noisy tree (#3042) 2022-09-19 19:35:57 -04:00
Christian Chiarulli
bb4a3769f9 fix: remove warning message 2022-09-19 19:06:30 -04:00
Christian Chiarulli
58280f30ad
feat: new colorscheme tokyonight (#3041) 2022-09-19 19:03:53 -04:00
Christian Chiarulli
352147158b
feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029) 2022-09-19 13:12:52 -04:00
Vladimir Koch
d44da34e92
recognizing maven projects by default added (#3037) 2022-09-19 12:40:01 -04:00
Christian Chiarulli
a331ef711b
feat: add lir.nvim again (#3038) 2022-09-19 11:44:04 -04:00
kylo252
68fdbaa51d
fix(lsp): enforce lvim completion for lua-server (#3035) 2022-09-19 13:10:07 +02:00
kylo252
26d493419a
revert: lir.nvim is still broken (#3036) 2022-09-17 13:42:46 +02:00
Christian Chiarulli
1b179a8586
docs(readme): recommend rolling for 0.8, remove old breaking changes (#3028) 2022-09-17 02:57:41 -04:00
kylo252
77fdcd43cb
feat: add lir.nvim (#3031) 2022-09-16 11:47:40 -04:00
kylo252
62d9a4ea9d
revert: remove incomplete lir integration (#3030) 2022-09-16 11:15:18 +02:00
Christian Chiarulli
a4c2dc4d0b
refactor: small improvements (#3021) 2022-09-15 23:33:08 -04:00
yangbinji
464ad8b003
fix(example config): fix config for treesitter (#3016) 2022-09-15 14:41:51 +02:00
lvimuser
564cfe8f3c
fix(lsp/utils): do not register duplicate autocommands (#3004) 2022-09-15 12:13:46 +02:00
kylo252
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +02:00
lvimuser
2519e07423
fix(core/autocmds): do not check for existence on clear_augroup (#2963)
fix #2952

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-09-07 09:10:47 +02:00
Daniel Rodríguez Rivero
461203bf25
fix(cmp): fix cmp select on CR (#2980)
* fix(cmp): fix cmp select on CR

When cmp prompt is open and nothing is selected <cr> did nothing
Also fixes snippets texts being overwritten when you select an option
fixes #2977

* fixup!: little refactor
2022-09-07 09:09:00 +02:00
Abouzar Parvan
e485cd6e40
fix(plugins): bring back original folke repos (#2992) 2022-09-07 11:38:46 +04:30
github-actions[bot]
256e4b8e70
chore: bump plugins version (#2972) 2022-09-04 16:19:41 +02:00
Daniel Rodríguez Rivero
90c9bd943e
fix(cmp): do not mutate the original confirm_opts on CR (#2979) 2022-09-01 13:52:36 +02:00
Gustavo Mendel
62a1737699
docs(lsp): fix the way of removing items from skipped_servers (#2887) 2022-09-01 13:41:53 +02:00
lvimuser
ce621c1cfe
chore: remove unnecessary code (#2923) 2022-08-29 14:47:21 +02:00
github-actions[bot]
df84e4ecce
chore: bump plugins version (#2925) 2022-08-29 14:34:43 +02:00
zenVentzi
68e8132b90
fix(ts_context_commentstring): block comment match new api (#2948) 2022-08-29 14:13:57 +02:00
Daniel Rodríguez Rivero
537a192179
fix(lsp): pass name arg to should_auto_install (#2958) 2022-08-29 14:04:46 +02:00
kylo252
9fcb6bbd81
refactor(cmp)!: adapt new recommendations (#2913) 2022-08-29 13:53:58 +02:00