Commit graph

2154 commits

Author SHA1 Message Date
Daniel Rodríguez Rivero
709873702f
feat: add commands to open/edit lvim logs (#2709) 2022-07-02 09:23:04 +02:00
Felix Marezki
4c78e8a3d2
fix dap-install (#2772) 2022-06-29 14:00:58 -04: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
9b528ecf57
ci: update runners to include nightly neovim (#2756)
* ci: update runners to include nightly neovim

* ci: run installer from new remote

* ci: update path rule to monitor workflows folder
2022-06-25 17:28:16 +02:00
kylo252
e1846580c8
fix(installer): use full path to verify_plugins.lua (#2755) 2022-06-24 12:15:15 +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
github-actions[bot]
958030e728
chore: bump plugins version (#2699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-16 10:30:19 +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
github-actions[bot]
59361ebe7b
chore: bump plugins version (#2654)
* chore: bump plugins version

* chore(plugins): update

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-06-07 09:53:16 +04:30
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
dundargoc
6dbba1f959
refactor: remove redundant ftdetects (#2651) 2022-05-25 11:44:13 +02:00
github-actions[bot]
cb6502ee30
chore: bump plugins version (#2607)
* chore: bump plugins version

* chore(plugins): update

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-05-25 09:21:03 +04:30
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
Rafael Madriz
a2454310b6 chore(docs): trim trailing white space 2022-05-18 13:10:52 -03: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
Daniel Rodríguez Rivero
15da6658c8
chore: update templates (#2610)
* fix: update general-issue-form.yaml

* chore: update templates

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-05-15 15:58:53 +02:00
github-actions[bot]
d868dc14fe
chore: bump plugins version (#2582)
* chore: bump plugins version

* chore(plugins): update

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-05-12 07:18:58 +04:30
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
github-actions[bot]
be5afb5b77
chore: bump plugins version (#2563)
* chore: bump plugins version

* chore(plugins): update

* chore(update): replace DAPInstall with dap-buddy

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-05-06 01:37:09 +04:30
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
5566076ebb chore(ci): fix failing plugins-update action 2022-05-03 14:36:43 +02:00
baku1101
2a25d63a7d
fix(autocmd): actually use the format wrapper (#2560) 2022-05-03 14:29:25 +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
lmckiwo
ebc2987342
fix(installer): latest and specified release version for neovim have different urls (#2484) 2022-04-30 16:33:45 +02:00
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
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00