Commit graph

626 commits

Author SHA1 Message Date
Abouzar Parvan
08e9115d9e
feat(autocmds): make sure all autocmds are modifiable (#3087) 2022-09-28 13:50:20 -04:00
github-actions[bot]
d37fdc5cf2
chore: bump plugins version (#2988)
* chore: bump plugins version

* chore(plugins): update

* chore(plugins): ignore solc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-09-27 17:14:19 +03:30
Mateusz Hawrus
de5691f2d5
fix(log): correct add_entry code documentation (#3081) 2022-09-27 14:26:57 +03:30
ChristianChiarulli
67234b748a feat: colorscheme tweaks 2022-09-25 20:50:57 -04:00
Christian Chiarulli
7acb8d9e34
feat: add border for mason (#3080) 2022-09-25 17:18:32 -04:00
Christian Chiarulli
90b4b55bf4
fix: supertab should tab if menu is not available (#3079) 2022-09-25 16:53:23 -04:00
Abouzar Parvan
65777d858f
fix(nvimtree): remove view height
Fixes #3076
2022-09-25 15:45:19 +03:30
Latif Sulistyo
817337b17e
fix: small fixes on telescope pickers & breadcrumbs (#3060) 2022-09-22 13:16:38 -04:00
Philipp Bokatius
d060301050
fix(dashboard): add missing space (#3063) 2022-09-22 13:16:05 -04:00
ChristianChiarulli
223ab2a679 fix: pcall for dashboard 2022-09-22 09:18:18 -04:00
ChristianChiarulli
6511e997c5 fix: lualine laststatus nuclear option 2022-09-22 01:57:27 -04:00
ChristianChiarulli
8aab0f7925 fix(alpha): can't set button hl without doing this 2022-09-21 23:39:18 -04:00
Christian Chiarulli
bea690fc16 fix: use columns instead of winwidth 2022-09-21 21:21:00 -04:00
Christian Chiarulli
3803fff758 fix: lualine slightly better 2022-09-21 21:18:44 -04:00
Christian Chiarulli
2ecdc8ecbf fix: improve lualine inactive 2022-09-21 21:12:15 -04:00
Christian Chiarulli
2cfb55ddb6 feat(lualine): improvements 2022-09-21 17:58:52 -04:00
Christian Chiarulli
4b0a60e23c feat(indentblankline): show first indent level 2022-09-21 14:47:50 -04:00
Abouzar Parvan
538fbd6f68
fix(indentblankline): make sure to use the new syntax for all options (#3058) 2022-09-21 14:44:08 -04:00
Christian Chiarulli
526c010c80 fix: lualine git signs padding 2022-09-21 14:41:48 -04:00
ChristianChiarulli
4a48232ee0 fix(lualine): little more padding 2022-09-21 14:07:31 -04:00
ChristianChiarulli
efa466a99a fix: lualine filetype padding 2022-09-21 14:05:19 -04:00
ChristianChiarulli
82f4b353b3 feat: only show reloaded config on debug log level to decrease noise 2022-09-21 14:01:39 -04:00
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
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
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
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
lvimuser
564cfe8f3c
fix(lsp/utils): do not register duplicate autocommands (#3004) 2022-09-15 12:13:46 +02:00
kylo252
e4a5fe97ab Merge remote-tracking branch 'origin/rolling' 2022-09-12 18:43:09 +02:00
kylo252
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +02:00
kylo252
824b2d1ef0 Merge remote-tracking branch 'origin/rolling' 2022-09-10 19:15:21 +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
kylo252
50494d62a9 Merge remote-tracking branch 'origin/rolling' 2022-09-04 16:20:14 +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
lvimuser
ce621c1cfe
chore: remove unnecessary code (#2923) 2022-08-29 14:47:21 +02:00
kylo252
439e0c205a Merge remote-tracking branch 'origin/rolling' 2022-08-29 14:35:15 +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
Ed (Wright) Rosewright
06fa62e6e9
fix: update key bindings for comment.nvim to use new api (#2926) 2022-08-22 15:24:38 +02:00
github-actions[bot]
0fc1e42309
chore: bump plugins version (#2895) 2022-08-20 11:06:34 +02:00
Akihiro Okuno
d259efd40b
fix(statusline): display null-ls linters properly (#2921) 2022-08-19 11:50:52 +02:00
Benedikt Schnatterbeck
45f9825d1e
refactor(keymaps)!: don't hijack H/L by default (#2874) 2022-08-12 18:01:11 +02:00
kylo252
2e4620cb4f
fix(lsp): return the actual resolved mason-config (#2889) 2022-08-09 16:11:45 +02:00
Myles Mo
3bc52f9988
fix(lualine): set icon color according to the status of treesitter (#2754)
Co-authored-by: emxxjnm <emxxjnm@example>
2022-08-09 13:32:35 +02:00
lvimuser
67366cdf89
feat(lvim/lsp): enable tailwindcss by default (#2870) 2022-08-09 13:27:47 +02:00
Dlani
5f9a0a5b20
fix: handle deprecated telescope.builtin.internal (#2885) 2022-08-09 13:15:20 +02:00
kylo252
eefde00ae8
refactor!: migrate to mason.nvim (#2880) 2022-08-09 10:41:17 +02:00
Benedikt Schnatterbeck
a5095db20d feat(whichkey): add default keybindings to cycle to next buffer (#2873) 2022-08-02 11:37:06 +01:00
kylo252
a1ffa3c945 Merge branch 'rolling' 2022-08-01 09:54:53 +02:00
CPea
d6c81db7f5
fix(nvimtree): remove indent_markers icons trailing space (#2854) 2022-07-31 17:00:55 +02:00
lytex
d7da056d7a
fix: use pcall for setting up project.nvim (#2762) 2022-07-31 16:57:13 +02:00
lvimuser
b8f681374b
fix(lvim/lsp/manager): make client_is_configured more reliable (#2851) 2022-07-31 16:51:12 +02:00
rebuilt
caac70d22e
perf(cmp): remove redundant check for emmet-ls (#2830) 2022-07-31 14:33:55 +02:00
kylo252
6fbefdacd3 Merge branch 'rolling' 2022-07-31 14:28:43 +02:00
kylo252
dec21bbab6
feat(lsp): bind formatexpr and omnifunc by default (#2865) 2022-07-31 14:27:59 +02:00
github-actions[bot]
6ab3e8a739
chore: bump plugins version (#2723) 2022-07-23 14:16:43 +02:00
Kai
48320e5f88
fix(packer): add max_jobs = 40 (#2781)
fixing :PackerSync on large config from being stuck while syncing
2022-07-06 15:18:25 +02:00
kylo252
6d43a79464
refactor(whichkey): use vim.keymap.set directly (#2786) 2022-07-04 19:26:33 +02:00
Ben Cooper
8dca3a915c
fix(core.comment): fix default extra mappings (#2768)
Comment default config was set with extra = false with a comment
suggesting this was for `g>`, `g<`, etc. mappings. However the `extra`
argument is for the `gco`, `gcO`, and `gcA` mappings which are enabled
by default and, in my opinion are very useful. The extended mappings are
still disabled by default.
2022-07-03 22:21:51 +04:30
kylo252
efe7eea195
fix(lsp): update format filter for nightly (#2773) 2022-07-02 09:36:11 +02:00
Daniel Rodríguez Rivero
709873702f
feat: add commands to open/edit lvim logs (#2709) 2022-07-02 09:23:04 +02:00
kylo252
a99894b2c8
feat(lsp): add option to override nlsp-settings (#2769) 2022-06-27 19:18:20 +02:00
CPea
c6431a09c7
feat(lsp): add option to override default nvim-lsp-installer settings (#2698) 2022-06-26 14:08:54 +02:00
kylo252
12f8798bb0
fix(installer): always use check shallow clones (#2763) 2022-06-26 13:53:44 +02:00
kylo252
57bebb5c51 Merge branch 'rolling' 2022-06-23 16:12:26 +02:00
kylo252
8989984b78
feat(installer): add verify-plugins hook (#2751) 2022-06-23 16:11:47 +02:00
Myles Mo
ecd3441287
fix(lualine): unique buf client names (#2683)
Co-authored-by: emxxjnm <emxxjnm@example>
2022-06-23 10:32:15 +04:30
CPea
16c0c86284
chore(lsp): notify format request failed once when there is no client (#2697) 2022-06-23 10:29:30 +04:30
Abouzar Parvan
0ee8b8f653
feat: fix a couple of issues (#2750)
* fix(nvimtree): do not set key if disabled

* fix(telescope): move pickers of out defaults

* fix(install): use proper gentoo installation
2022-06-23 10:27:18 +04:30
Daniel Rodríguez Rivero
5d964c5884
feat(which-key): added search command for colour highlights (#2693)
* feat(which-key): added search command for colour highlights

* chore: review suggestion

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

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-06-12 10:09:41 +02:00
kylo252
1d1f7bac65
fix: skip calling nvim-tree.setup() more than once (#2707) 2022-06-11 17:46:37 +02:00
kylo252
2c520cf555 Merge branch 'rolling' 2022-06-10 14:37:32 +02:00
Akihiro Okuno
f778a38c31
fix(autocmds): toggle format-on-save properly (#2659) 2022-06-06 11:50:24 +02:00
Abouzar Parvan
7c53bd64c5
fix(nvimtree): update nvim-tree setup (#2681) 2022-05-31 19:45:43 +04:30
Daniel Rodríguez Rivero
ed50b7d33f
fix(log): add date to the timestamp of logs (#2669) 2022-05-30 08:29:12 +02:00
kylo252
7220f1f204
feat(cmp): add option to disable friendly-snippets (#2660)
authored-by: Emerson Max de Medeiros Silva <emersonmx@gmail.com>
2022-05-26 16:06:49 +02:00
kylo252
a11c46c29a
feat: prompt when closing modified/term buffers (#2658) 2022-05-26 13:28:04 +02:00
kylo252
fc63a66ce8 Merge remote-tracking branch 'origin/rolling' 2022-05-25 13:35:38 +02:00
kylo252
23df368b00
refactor: load the default options once (#2592)
BREAKING CHANGE: modifying the default options for keymaps and autocmds
is now done by overwriting them, since they won't be loaded into the
global `lvim` table anymore

* refactor: use the lua-commands api
* refactor!: use the lua-autocmds api
* fix(settings): let neovim handle spellfile
* feat: add log:set_log_level()
* chore: update examples
* chore: add deprecation notice for custom_groups
2022-05-21 16:48:47 +02:00
Xavier Young
42529e1c4f
fix: load notify's telescope extension properly (#2586)
* fix: load notify's telescope extension

* fix: add which-key integration for notify
2022-05-15 15:59:36 +02:00
kylo252
a2714c3c38
fix(autocmds): disable commentstring_calc on cursor-hold (#2581) 2022-05-11 17:15:00 +02:00
Abouzar Parvan
b060827518
feat(codelens): cursorhold is too much intrusive for codelens (#2600) 2022-05-11 19:01:04 +04:30
Xavier Young
47e26746df
fix: use correct cache path (#2593) 2022-05-10 17:28:30 +02:00
Rafael Madriz
cbeff80603 ref(telescope): don't overwrite default cmd to show hidden files
There's no need to overwrite default `find_files` command if we only
want to show hidden files. Instead we can pass the `hidden` option.
See: `help telescope.builtin.find_files()`

Ref: #1702
2022-05-09 22:07:07 -03:00
Abouzar Parvan
f7ba2c8902
fix(autocmds): make sure we are using codelens correctly (#2576) 2022-05-06 11:42:55 +02:00
Thomas Benard
e14ad73fa6
fix(dap): pause key binding commmand (#2573)
Co-authored-by: Thomas Bernard <tbernard@go-engineering.de>
2022-05-05 18:53:48 +04:30
Abouzar Parvan
cf426e1ff2
fix(dap): temporarily use dap-buddy dev branch which has older code (#2567) 2022-05-05 18:51:51 +04:30
Abouzar Parvan
e1d32ca42e
feat(quit): make sure to ask before discarding changes (#2554) 2022-05-03 19:01:53 +04:30
kylo252
aa4c9930d9 Merge remote-tracking branch 'origin/rolling' 2022-05-03 14:31:01 +02:00
baku1101
2a25d63a7d
fix(autocmd): actually use the format wrapper (#2560) 2022-05-03 14:29:25 +02:00
kylo252
e264bff7e8 Merge remote-tracking branch 'origin/rolling' 2022-05-03 08:55:15 +02:00
kylo252
cfa702e6fe
refactor: use api-autocmds for lsp functions (#2549)
* refactor: use api-autocmds for lsp functions

* chore: use the existing client.supports_method api

* fix: a callback in an autocmd doesn't pass nil

* revert: keep changes minimal to which-key

Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2022-05-03 03:40:51 +04:30
Abouzar Parvan
10449b4e09
feat(neovim): neovim 0.8 compatibility (#2544) 2022-05-03 03:38:21 +04:30
kylo252
a68c1cfbf5
revert: do not run packer.sync() on every reload (#2548)
* revert: do not run packer.sync() on every reload

* chore: update which-key mappings for logs
2022-05-01 16:29:11 +02:00
Philipp Schmitt
d0c5393543
feat: add cmp-tmux to the list of sources (#2542) 2022-05-01 15:57:28 +02:00
Philipp Schmitt
f3da77f0ef
feat: gitsigns yadm support (#2535) 2022-04-30 20:13:50 +04:30
kylo252
e4287b7180
fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
Abouzar Parvan
716bf5fe15
feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538) 2022-04-29 10:38:00 +02:00
Abouzar Parvan
0eb85a7241
fix(nvimtree): add latest changes from nvimtree (#2537) 2022-04-29 02:06:13 +04:30
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
kylo252
dd65e28565
refactor(lsp): decouple the installer setup-hook (#2536)
* chore(lsp): update plugins

* refactor(lsp): decouple the installer setup-hook

- remove the deprecated `server:setup()`
- set up the server manually with lspconfig once `server:on_ready()`
has been triggered

* chore: use the new lsp_installer.setup()
2022-04-28 14:38:32 +02:00
kylo252
f3750313da Merge branch 'rolling' 2022-04-27 17:38:06 +02:00
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
Abouzar Parvan
74d93dcc05
fix(nvimtree): make sure on_config_done is using the correct require (#2509) 2022-04-23 16:23:16 +04:30
Abouzar Parvan
8fdd4b46e8
feat(peek): make sure max width and height are customizable (#2492) 2022-04-22 15:11:21 +04:30
Pascal Hubrecht
75cfebbfee
fix(nvimtree): escape the dot character in custom filter (#2493) 2022-04-22 01:47:24 +04:30
kylo252
ce4f7b0fc8 Merge remote-tracking branch 'origin/rolling' 2022-04-20 13:27:51 +02:00
kylo252
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
kylo252
3d841425ae
feat: lock nvim <0.7 to a specific tag (#2491) 2022-04-20 11:44:36 +02:00
Abouzar Parvan
1ae89bee93
fix(luasnip): only use user snippets if the folder exists (#2481) 2022-04-18 14:00:18 +04:30
Carlos H
10c7753d8e
fix(lualine): color theme gaps in some components (#2465) 2022-04-15 05:40:03 +04:30
Abouzar Parvan
2567d8612e
fix(cmp): update nvim-cmp to the latest version (#2467) (#2469)
* fix(cmp): update nvim-cmp to the latest version (#2467)

* fix(cmp): bring back default keybindings (#2470)
2022-04-15 05:36:02 +04:30
Abouzar Parvan
bc90e8174f
fix(cmp): bring back default keybindings (#2470) 2022-04-15 05:34:24 +04:30
kylo252
6d2e18295f Merge remote-tracking branch 'origin/rolling' 2022-04-14 21:24:35 +02:00
kylo252
198577aa75
refactor(lsp): cleanup servers' override configuration (#2243)
* refactor(lsp): cleanup override settings

- rename lsp.override to lsp.automatic_configuration.ignored_servers
- add lsp.automatic_configuration.ignored_filetypes

* chore(info): update override section

* refactor(lsp): rename ignored to skipped

* fix: better deprecation handling

* docs(lsp): add example for (un-)skipping servers

* refactor(lsp): allow installing overridden servers

* docs(lsp): update config_win.example.lua as well

* chore(lsp): update skipped_servers list

* fix(logger): less noise from client_is_configured
2022-04-14 23:17:22 +04:30
Abouzar Parvan
332e974b53
feat(cmp): documentation is deprecated in favor of window.documentation (#2461) 2022-04-14 23:17:06 +04:30
kylo252
1569202d39
fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
Abouzar Parvan
3de6a404c9
fix(luasnip): make sure all snippets are loaded (#2447)
Co-authored-by: danielo515 <https://github.com/danielo515>
2022-04-11 18:17:08 +04:30
kylo252
df39c03130 Merge remote-tracking branch 'origin/rolling' 2022-04-08 13:17:56 +02:00
xeluxee
4d1cfc4687
[Feature] Add option to set maximum cmp menu width (#2425) 2022-04-07 22:48:32 +04:30
kylo252
2d0ba75d03 Merge remote-tracking branch 'origin/rolling' 2022-04-06 16:24:39 +02:00
kylo252
fa710f6ddd
refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
kylo252
b892b97708
ci(test): add write-permission for prs (#2417) 2022-04-02 12:22:32 +02:00
steven_j
7807f147c1
refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-03-28 08:59:33 +02:00
Abouzar Parvan
ea0e1f99e7
fix(telescope): set <cr> binding to actions.select_default only (#2395) 2022-03-26 12:34:19 +01:00
Abouzar Parvan
9e13e1e4fe
fix(theme): make sure the new theme is fully loaded (#2392) 2022-03-25 17:09:06 +04:30
kylo252
08d3df2cd3
feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00
kylo252
f41edc6dfb Merge remote-tracking branch 'origin/rolling' 2022-03-24 15:48:33 +01:00
Elazar Leibovich
c11fa143c8
chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385)
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list.

It is useful then to have a quick way to inspect LSP results in quickfix via Telescope.
2022-03-24 19:11:38 +04:30
Abouzar Parvan
3c152cb1cf
fix(terminal): weird lazygit commit message bug (#2382) 2022-03-23 01:09:18 +04:30
Abouzar Parvan
cf96211cf5
fix(peek): print error if lsp is unable to get file contents (#2379)
* fix(peek): print error if lsp is unable to get file contents

* fix(peek): replace print with vim.notify
2022-03-22 19:47:19 +04:30
Max Verevkin
7695cfdb42
fix(terminal): whichkey -> which-key (#2380) 2022-03-22 19:47:05 +04:30
Abouzar Parvan
4affc21771
fix(peek): make sure popup_options are positive (#2373) 2022-03-21 16:04:48 +03:30
Max Verevkin
80810c36de
fix(bufferline): add an additional space before diagnostics (#2367) 2022-03-20 12:23:53 +01:00
Abouzar Parvan
ba5bde2181
fix(alpha): globalstatus after openning files from dashboard (#2366) 2022-03-20 14:18:17 +03:30
kylo252
c958e4b3ae
fix: automatically set colorscheme (#2370) 2022-03-20 14:17:08 +03:30
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
kylo252
7192b28a24
fix(lualine): conditional theme loading (#2363) 2022-03-19 14:43:07 +01:00
kylo252
1488deebc7
refactor: load onedarker theme externally (#2359) 2022-03-19 16:25:34 +03:30
Abouzar Parvan
5a8ccd9fcb
chore(plugins): let users enjoy the new global statusline (#2362) 2022-03-19 16:23:22 +03:30
Abouzar Parvan
e0a71dc40c
fix: nvim-tree taking half the window on open (#2357) 2022-03-18 12:35:29 +03:30
Abouzar Parvan
a5e5b50bc4
chore(plugins): last manual plugin update (#2347) 2022-03-12 14:02:51 +03:30
kylo252
e6ececed17 Merge branch 'rolling' 2022-03-10 10:14:55 +01:00
kylo252
f1779fddcc
fix: disable the default intro message (#2340) 2022-03-10 10:14:15 +01:00
kylo252
4c705bc07d
feat(windows): add custom config_win.example.lua (#2330) 2022-03-10 09:54:38 +01:00
Abouzar Parvan
637658ae2c
fix(nlsp-settings): cross platform issue (#2335) 2022-03-08 09:47:52 +01:00
Abouzar Parvan
a80b228d76
chore(plugins): bump version (#2327) 2022-03-05 12:49:29 +03:30
Daniel You
36ffc33b45
feat: enable nlsp-settings schemas (#2322) 2022-03-04 15:41:03 +03:30
Abouzar Parvan
c12338393e
chore(plugins): bump version (#2321) 2022-03-02 17:36:06 +03:30
Abouzar Parvan
2a9f9998ac
chore(plugins): bump version (#2315) 2022-02-27 15:49:17 +03:30
Abouzar Parvan
ffcfdf4306
refactor(nvim-tree): update settings structure (#2304) 2022-02-23 14:29:09 +03:30
kylo252
3abb0a7350 Merge branch 'rolling' 2022-02-21 11:51:32 +01:00
dundargoc
4400e39a69
chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
kylo252
3d4d9db850
chore(plugins): bump version (#2293) 2022-02-18 13:24:29 +01:00
Abouzar Parvan
0536775c8b
fix(timeoutlen): this has caused way too many issues in the past (#2287) 2022-02-16 13:01:06 +03:30
Abouzar Parvan
582b169ecf
chore(plugins): bump version and fix packer (#2284) 2022-02-15 20:18:40 +03:30
Abouzar Parvan
85acc05678
chore(plugins): bump version (#2277) 2022-02-14 16:24:26 +03:30
kylo252
cdbc3c8868 Merge branch 'rolling' 2022-02-12 18:16:50 +01:00
Alexey Svirschevskiy
e8e8e8b576
fix: correct a path to bufferline module (#2270) 2022-02-12 18:16:06 +01:00
Abouzar Parvan
bc817157a9
chore(plugins): bump version (#2269) 2022-02-12 12:06:48 +03:30
kylo252
4afda11297 Merge branch 'rolling' 2022-02-12 09:30:47 +01:00
kylo252
f6a75c1d10
feat: add a minimal implementation of bbye (#2267) 2022-02-12 09:29:36 +01:00
kylo252
ff9d883f64 Merge branch 'rolling' 2022-02-12 09:17:34 +01:00
kylo252
564798b83e
refactor(nvim-tree): remove unused code (#2266) 2022-02-11 16:41:30 +01:00
Abouzar Parvan
de3909fac9
chore(plugins): bump version (#2261) 2022-02-09 14:20:47 +03:30
Abouzar Parvan
24537be03e
feat: use bufferline instead of barbar (#2254) 2022-02-07 20:52:30 +03:30
Abouzar Parvan
9eb8479b39
chore(plugins): bump version (#2253) 2022-02-06 13:40:03 +03:30
Jieru Mei
f7cae318e6
fix(lualine): use 1-char width symbol for changed (#2246) 2022-02-04 19:25:11 +03:30
Jieru Mei
4378a775f1
fix(lualine): compacter size for treesitter icon (#2247) 2022-02-04 12:13:36 +03:30
Xavier Young
68e841f549
fix(lualine): add space to diff components (#1897) 2022-02-04 12:12:11 +03:30
Abouzar Parvan
1436d9090a
feat: use schemastore.nvim to provide extended json schema support (#2239) 2022-02-03 11:25:25 +03:30
Abouzar Parvan
ab1255e10d
chore(plugins): update plugin version (#2236) 2022-02-02 19:41:11 +03:30
Abouzar Parvan
ff9ae8fdc1
feat(vue): set volar as default language server instead of vuels (#2230) 2022-01-30 23:21:58 +03:30
Abouzar Parvan
31a48325cf
chore(plugins): update plugin version (#2225)
* chore(plugins): update plugin version

* fix(lvim-info): make the git branch cmd compatible with mac
2022-01-30 23:21:45 +03:30
Abouzar Parvan
36f232279b
chore(plugins): bump plugin version (#2217) 2022-01-27 12:46:20 +03:30
Alexey Svirschevskiy
0a28cdf9d6
fix(lsp): avoid accessing undefined user_data (#2216)
Co-authored-by: Alexey Svirshchevskiy <alexey.svirshchevskiy@sitoo.com>
2022-01-26 21:45:42 +03:30
kylo252
0cdf7e2e5d Merge branch 'rolling' 2022-01-24 13:02:19 +01:00
kylo252
25e8b22349
chore(installer): require neovim 0.6.1+ (#2211) 2022-01-24 13:01:57 +01:00
kylo252
440324996c Merge branch 'rolling' 2022-01-24 12:51:16 +01:00
Abouzar Parvan
6cd282ac52
chore(plugins): bump plugin version, also fix for offset_encoding (#2210) 2022-01-24 15:20:04 +03:30
Abouzar Parvan
f0bcc8899f
fix(logging): disable insane amount of logging inside lvim.log (#2205) 2022-01-23 13:11:18 +03:30
Abouzar Parvan
869c953003
fix(autopairs): remove weird tex rules from autopairs (#2206) 2022-01-23 13:11:01 +03:30
Abouzar Parvan
5f0bc1b7a8
chore(plugins): bump plugin version (#2201) 2022-01-20 15:20:33 +01:00
kylo252
56df185b1b
chore(plugins): restore the base folke/lua-dev (#2193) 2022-01-19 09:23:33 +01:00
Abouzar Parvan
269a35d184
chore(plugins): bump plugin version (#2190) 2022-01-18 09:44:20 +01:00
kylo252
626343c2de
fix(lsp): use temporary fork of lua-dev (#2187) 2022-01-16 20:32:39 +01:00
Abouzar Parvan
44ae4480f2
chore(plugins): bump plugin version and also fix nvim-cmp cmdline issue (#2183) 2022-01-15 14:35:58 +01:00
kylo252
63321d000f
refactor(nvim-tree): cleanup and update settings (#2182) 2022-01-15 13:09:58 +01:00
kylo252
31ca6c57fa
chore(plugins): bump version (#2181) 2022-01-15 13:09:47 +01:00
kylo252
19f0c8ccfa
fix(diag): show lsp-diag code in open_float (#2180) 2022-01-15 12:32:06 +01:00
Jieru Mei
41838ff4f6
feat(plugins): bump core plugin version (#2176) 2022-01-14 11:21:49 +03:30
kylo252
ba6e1e5bc9 Merge branch 'rolling' 2022-01-13 12:04:22 +01:00
Abouzar Parvan
8a557b90c6
fix(which-key): the PR has been merged to the original repo (#2172) 2022-01-13 12:00:12 +01:00
Jieru Mei
df814d5a84
fix(zsh): don't set filetype to sh (#2035) 2022-01-12 18:20:43 +01:00
Abouzar Parvan
818867f687
feat(plugins): bump core plugin version (#2169) 2022-01-12 15:02:29 +01:00
kylo252
d0840511d8 Merge branch 'rolling' 2022-01-10 15:48:30 +01:00
kylo252
e9caf5a69a
fix(lsp): no need to stop clients on LvimReload (#2160) 2022-01-10 15:48:05 +01:00
kylo252
579064b881 Merge branch 'rolling' 2022-01-10 09:59:20 +01:00
kylo252
ec1e4140fa
fix(install): avoid data-races for on_packer_complete (#2157) 2022-01-10 09:54:47 +01:00
kylo252
152904e382
refactor(term): leave the first few ids unassigned (#2156) 2022-01-08 20:02:27 +01:00
kylo252
8fe7cf2fac Merge branch 'rolling' 2022-01-08 14:37:29 +01:00
kylo252
fc043d738b
feat(info): display overridden servers for filetype (#2155) 2022-01-08 14:36:56 +01:00
kylo252
4a66d4752d
fix(null-ls): avoid sending invalid opts.args (#2154) 2022-01-08 14:24:05 +01:00
kylo252
d63d87c7ea Merge branch 'rolling' 2022-01-06 19:15:06 +01:00
Jieru Mei
6740afd743
fix(which-key): temporary solution for which-key (#2150) 2022-01-06 19:14:40 +01:00
kylo252
8fd71b5084
refactor(null-ls): allow passing full list of options for sources (#2137) 2022-01-06 11:37:49 +01:00
kylo252
e8e293bf00 Merge branch 'rolling' 2022-01-05 20:25:02 +01:00
kylo252
b10e18a213
chore: bump plugin versions (#2147) 2022-01-05 20:18:24 +01:00
Jieru Mei
046f0aa94d
fix(gitsigns): rounded border (#2142) 2022-01-05 20:02:52 +01:00
kylo252
e1b8eb01a2 Merge branch 'rolling' 2022-01-05 09:34:22 +01:00
kylo252
91da8a8296 chore: plugin version bump (#2136) 2022-01-05 09:34:18 +01:00
kylo252
5df1119365 refactor(settings): add headless-mode settings (#2134) 2022-01-05 09:34:18 +01:00
CPea
678e3d9887 fix(lsp): formatter now use new null-ls api function (#2135) 2022-01-05 09:34:18 +01:00
Ryan Despain
8233522e0b
fix: remove "error" message from git tag (#2141) 2022-01-05 09:33:53 +01:00
kylo252
3f40828d1d
chore: plugin version bump (#2136) 2022-01-04 10:22:52 +01:00
kylo252
60e0e1a831
refactor(settings): add headless-mode settings (#2134) 2022-01-04 12:17:59 +03:30
CPea
a1557d65de
fix(lsp): formatter now use new null-ls api function (#2135) 2022-01-04 12:14:54 +03:30
kylo252
e5aa8be8ce Merge branch 'rolling' 2022-01-03 15:49:07 +01:00
kylo252
eefc148313
refactor(bootstrap): more robust git module (#2127) 2022-01-03 11:07:34 +01:00
kylo252
238e43e5b3
refactor: more consistent autocmds (#2133) 2022-01-03 11:06:45 +01:00
kylo252
b3cfd165fb
refactor(test): cleanup test utilities (#2132) 2022-01-02 14:53:01 +01:00
Abouzar Parvan
73bf039c63
feat: plugin version bump (#2131) 2022-01-02 17:07:40 +03:30
kylo252
9017389766
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2022-01-02 10:25:20 +01:00
kylo252
91077623f0
refactor(info): use new null-ls api for sources (#2125) 2022-01-01 14:25:23 +01:00
Abouzar Parvan
7d1b2f697b
feat: plugin version bump (#2120) 2021-12-28 13:46:11 +01:00
Jieru Mei
53427670d1
feat(luadev): better vim api completion (#2043) 2021-12-28 10:02:26 +01:00
Abouzar Parvan
66232f6d00
chore: bump plugin versions (#2118)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-28 09:51:46 +01:00
kylo252
656a452909
refactor: avoid running ts.setup in headless (#2119) 2021-12-28 09:48:42 +01:00
Abouzar Parvan
655fd1b0ca
refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-23 10:33:20 +01:00
kylo252
5593499828
fix(lsp): set the handlers opts for v0.6 as well (#2109) 2021-12-23 10:03:15 +01:00
Landon Schropp
a3cf3b1f2a
[Feature]: Use Telescope's git_files with fallback (#2089) 2021-12-23 09:56:19 +01:00
kylo252
427ad868d4 Merge remote-tracking branch 'origin/rolling' 2021-12-21 09:11:30 +01:00
kylo252
5e44e6d59b
chore: core plugins version bump (#2103) 2021-12-21 09:09:03 +01:00
kylo252
f1ca79e628
refactor: remove unused old language configs (#2094) 2021-12-20 08:59:47 +01:00
Landon Schropp
ccb5a6f060
fix: remove autopairs cmp completion (#2083) 2021-12-15 18:33:39 +01:00
kylo252
7244220d93 chore: bump plugins version (#2079) 2021-12-14 12:58:03 +01:00
kylo252
e809e8dca6
chore: bump plugins version (#2079) 2021-12-14 12:54:38 +01:00
kylo252
b327564d99 Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-13 17:35:21 +01:00
kylo252
683a89b543
fix(lsp): allow overriding servers with custom providers (#2070) 2021-12-13 17:34:22 +01:00
edag94
be4b025f92
feat: update lsp-installer and lspconfig hashes to enable solidity_ls language server (#2072)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-13 17:33:18 +01:00
kylo252
a29e098598 Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-12 19:48:08 +01:00
kylo252
8ffbe596c0
fix(lsp): correct client_id parsing in lvim-info (#2071) 2021-12-12 19:43:35 +01:00
kylo252
b1a9384f6e Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-11 21:19:53 +01:00
kylo252
53bb4effbc
chore(terminal): avoid problematic layzgit mapping (#2068) 2021-12-11 21:19:20 +01:00
kylo252
fc756d8151 Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-11 20:18:16 +01:00
Chase Colman
abf127db83 fix(terminal): allow disabling the open binding for toggleterm 2021-12-11 20:09:25 +08:00
Abouzar Parvan
cbb94752ae
feat: bump plugin versions (#2064)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-11 09:46:36 +01:00
kylo252
307db8936b
feat: multiple enhancements to lvim-reload (#2054) 2021-12-09 17:08:53 +01:00
kylo252
68cdb62f87
fix(bootstrap): remove hard-coded spellfile option (#2061) 2021-12-09 11:51:37 +01:00
kylo252
c43ee9aa3a
fix: no longer treat lazygit missing as an error (#2051) 2021-12-08 09:01:33 +01:00
kylo252
e4752692e5
fix(lsp): prevent repeated setup call (#2048)
Check if the manager `autocomd` has already been configured,
since some servers can take a while to initialize.
2021-12-08 08:15:56 +01:00
Xavier Young
6505826f0b
fix(plugins): typo of pin commit of treesitter (#2046) 2021-12-08 08:35:15 +03:30
kylo252
6770808bec
feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
kylo252
38a1724340
feat(terminal): lazygit can now be toggled (#2039)
* feat(terminal): lazygit can now be toggled

- remove `hidden` parameter so it can be persistent
- map keybinding for both normal and term modes
- a default shell is now always reachable with `<C-t>` in a split
- add an addition keybinding `<C-\>` for `lazygit`
since it's hard to hit `<leader>gg` within the `timeoutlen` < 300ms

* revert(terminal): use float direction by default
2021-12-06 07:30:29 +01:00
xeluxee
02a1e769be
fix(nvimtree): handle paths containing spaces (#2027) 2021-12-04 16:57:41 +01:00
kylo252
ef5ca00df5
chore: bump core-plugins version (#2031) 2021-12-04 14:02:47 +01:00
kylo252
7b753ea627
fix(autopairs): add missing configuration entries (#2030) 2021-12-04 13:58:45 +01:00
xeluxee
e292d665f1
fix(nvimtree): restore default mappings + make them customizable (#2007) 2021-12-03 18:57:43 +01:00
kylo252
fe95dffe41
fix: no restart required when changing colorscheme (#2026) 2021-12-03 18:56:31 +01:00
Jieru Mei
b6d1aa8a31
fix: better default, ignore .git in live_grep (#2020) 2021-12-02 17:46:50 +01:00
Jieru Mei
f3cd608d17
feat: null-ls code_actions interface (#2008) 2021-12-02 10:31:45 +01:00
kylo252
77bf0e3ea8
feat: add support for fsharp (#2021)
Co-authored-by: grenaad <g@g.com>
Co-authored-by: grenaad <dan4rie@gmail.com>
2021-12-02 09:27:39 +01:00
kylo252
e0336ed029
fix: more accessible changelog (#2019) 2021-12-01 21:24:48 +01:00
kylo252
3cae67b08b
chore: bump core-plugins' version (#2018) 2021-12-01 19:02:06 +01:00
Abouzar Parvan
708fdd2980
fix: dont close if next char is a close pair and no pairs in same line (#2017) 2021-12-01 16:14:41 +01:00
kylo252
8641c38c86
fix(nvimtree): update settings (#2001) 2021-11-29 09:12:13 +01:00
kylo252
3a2367b706
fix(cmp): revert broken sequential loading (#2002) 2021-11-28 21:54:45 +01:00
kylo252
5c0ccff78f
fix: correct order for cmp's setup (#1999) 2021-11-28 16:52:56 +01:00
kylo252
24be0ef1ef
chore: bump core-plugins version (#1989) 2021-11-27 15:22:43 +01:00