Commit graph

1681 commits

Author SHA1 Message Date
LostNeophyte
5c3d76c7f6
fix(lsp): don't remove mason-lspconfig's hook (#3739) 2023-01-17 16:35:06 +01:00
LostNeophyte
b97298ccf5
fix(indentlines): typo (#3743)
* fix(indentlines): set indent_char to LineLeft

* fix(indentlines): typo
2023-01-17 08:54:58 +01:00
LostNeophyte
de2f4bb776
fix(indentlines): set indent_char to LineLeft (#3741) 2023-01-17 01:10:28 -05:00
Latif Sulistyo
4b77c9c87f
chore(plugins): change devicons repo owner to nvim-tree 2023-01-15 09:46:16 +01:00
opalmay
ea9b648a52
fix(breadcrumbs): refresh on TabEnter (#3727)
* fix(breadcrumbs): refresh on TabEnter
2023-01-14 15:31:05 +02:00
LostNeophyte
2922a42743
fix(lir): nil check, simpler logic (#3725)
* fix(lir): nil check

* simpler logic
2023-01-13 16:48:37 +01:00
LostNeophyte
3115088e92
fix(icons): make devicons optional (#3616)
* fix(icons): make devicons optional

* code review suggestion

* fix: devicons_enable > devicons.enable
2023-01-13 15:24:05 +01:00
opalmay
28acebe7dd
feat(dap-ui): update setup table (#3724)
* feat(dap-ui): update setup table

* chore: lint
2023-01-13 15:46:41 +02:00
opalmay
4455bd2add
refactor(quit)!: use native quit confirm (#3721) 2023-01-13 14:44:09 +02:00
LostNeophyte
f590770a17
fix(config): copy the correct example config (#3722)
* fix(config): copy the correct example config

* refactor: don't check if dir exists
2023-01-13 13:39:11 +01:00
opalmay
8cc1cc6206
feat: cmdline config option enables cmp-cmdline plugin (#3719)
* feat: automatically enable cmp-cmdline when setting setup option

* chore: lint

* fix: workaround for installer when cmp table is nil
2023-01-13 12:22:52 +02:00
opalmay
f4ec3fc620
refactor: move to upstream lir (#3711)
* refactor: move to upstream lir

* chore: lint
2023-01-12 09:59:00 +02:00
LostNeophyte
d7a9e6244f
fix(treesitter): prepend to rtp (#3708) 2023-01-11 16:35:27 +01:00
LostNeophyte
ccb80e41ee
refactor: migrate to lazy.nvim (#3647)
* refactor: convert plugins spec to lazy

* refactor(lazy): remove impatient

* fix(telescope): no more errors if theme is nil

* refactor(lazy): use lazy in plugin_loader

* refactor(lazy): pin plugins with packer's snapshot

* fix: add plugins to rtp before config:init

* fix: fs_stat nil check

* feat: lazy cache

* feat(lazy): reloading

* refactor(lazy): plugin-loader functions

* feat(lazy): cache reset

* refactor: set runtimepath manually

* fix: runtimepath

* refactor(rtp)

* refactor(lazy): packer -> lazy in various places

* fix(lazy): disable tree-sitter ensure installed

* refactor(lazy): restore order to bootstrap

* refactor(lazy): remove unused impatient profiler

* small fixes

* `lvim.plugins` deprecation handling

* fix: deprecation of `requires` in plugin specs

* feat: core plugins pinning

* refactor(lazy): plugin loader tests

* refactor(lazy): use lazy in scripts

* refactor(lazy): which-key keybinds

* chore: format

* fix: installer

* fix: first time setup

* feat: changes required for packaging

commit 951ac2b7c01b5200b973660c967852d1706cce28
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:49:44 2022 +0100

    fix: clean folder before copying plugins

commit 64e9afa44b8e528ba527e0510d0d8c2d2237a095
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:35:41 2022 +0100

    feat: copy core plugins on first run

commit 2d8e72090c7624f68c09a9aa6582223373a810c1
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:11:22 2022 +0100

    feat(utils): fs_copy

commit 85c1f025a6ba13183e85141f75f60e2eefc77bb5
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:04:38 2022 +0100

    fix: copy correct example config

* fix: packer specs deprecation handling

* fix: plugin specs deprecation

* feat: pin lazy's version

* fix: remove plugins form rtp before loading lazy

* fix: plugin-loader test

* feat(lazy): add keymappings for profile, log, and debug (#3665)

* feat(lazy): Add keymappings for profile, log, and debug

* feat(lazy): Add keymap for cleaning

* chore: format

* pref: lazy load many plugins

Co-authored-by: Uzair Aftab <uzaaft@outlook.com>

* fix: bootstrap correct version of lazy

* fix: also use CmdLineEnter event for cmp

* fix: don't use lazy's modules before it's set up

* perf: (hack) enable lazy's cache before loading lazy

* fix: plugins.lua

* fix: plugins bump script

* chore: remove debug print

* feat: add rounded border for `:Lazy`

* fix: bufferline flashing

* fix: don't close lazy on startup

* fix: load breadcrumbs on startup

* fix: don't lazy load bufferline

* chore: bump lazy's version

* fix: remove site from rtp (fixes treesitter issues)

* revert default config copying changes

* fix(bootstrap): actually remove plugins dir on windows

* chore: bump lazy's version

* chore: bump lazy's version

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-01-10 21:18:17 +01:00
kylo252
5fe3075b34
refactor(treesitter)!: use auto-install by default (#3677) 2023-01-10 10:32:41 -05:00
LostNeophyte
38587e2241
fix(telescope): backwards compability (#3596)
* fix(telescope): no more errors if theme is nil

* fix: backwards compability
2023-01-10 09:58:48 +01:00
Christian Chiarulli
af73e3e3c4
feat: enable auto preview colorscheme by default (#3701) 2023-01-09 16:52:33 -05:00
LostNeophyte
6c6d048103
fix(ts): disable indent for c and cpp (#3687) 2023-01-09 15:34:48 -05:00
opalmay
5ae42b0c44
feat: update setup tables (#3693)
* feat(nvim-tree): update setup table

* chore: lint

* fix: move option to correct place

* feat(illuminate): update setup table

* feat(which-key): update setup table

* feat(project.nvim): update setup table

* feat(gitsigns): update setup table

* chore: lint

* feat(lir): update setup table
2023-01-07 17:03:03 +02:00
opalmay
719adbc4bb
refactor: use lir fork in the org (#3694) 2023-01-07 16:31:40 +02:00
github-actions[bot]
796ee8e14c
chore: bump plugins version (#3652)
* chore: bump plugins version

* fix(lsp): add ruff-lsp to the skipped list

* chore: bump plugins version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2023-01-05 10:54:04 +01:00
LostNeophyte
9bc82e4e68
feat(reload): add all conf files to aupat (#3644) 2022-12-26 18:29:19 +01:00
github-actions[bot]
c34f04cda1
chore: bump plugins version (#3609) 2022-12-23 17:07:37 +01:00
Christian Chiarulli
3262e50818
feat: use codicons that are available for nerdfonts now (#3646) 2022-12-22 01:17:00 -05:00
LostNeophyte
1f92c07413
feat(keybindings): operator pending mode (#3626) 2022-12-21 09:23:07 +01:00
opalmay
c70a094314
feat: don't prompt smart quit when buffer open in another window (#3636) 2022-12-20 17:58:43 +02:00
kylo252
b661efb317
refactor(autocmds): clean up filetype detection rules (#3625)
* refactor(lua): simplify gf utility

* refactor(autocmds): cleanup

* refactor(ftdetect): use vim.filetype.add instead
2022-12-17 12:33:57 +01:00
LostNeophyte
277079ff45
ci: enable format workflow on master (#3623) 2022-12-16 12:58:35 +01:00
mmcdole
b365c7fc13
feat(dap): update dap ui to resize when toggled (#3606)
Update DAP ui to resize when toggled
2022-12-16 03:43:36 -05:00
LostNeophyte
59fff1ea32
feat(lsp): focusable line diagnostics (#3622) 2022-12-16 03:42:12 -05:00
Mathieu Cartaud
f50e49a3cc
feat(cmp): add on_config_done callback (#3589) 2022-12-13 16:25:55 +01:00
LostNeophyte
133024533a
fix(lsp): add neocmake to skipped_servers (#3597) 2022-12-13 16:22:53 +01:00
LostNeophyte
3166cc00b0
fix(alpha): check height of the aplha window (#3585) 2022-12-12 15:11:28 +01:00
LostNeophyte
f02b0585a8
fix: only call theme's setup if it's selected (#3586) 2022-12-12 15:06:02 +01:00
LostNeophyte
245a71c9f7
feat(telescope): add lvim.builtin.telescope.theme (#3548)
fixes https://github.com/LunarVim/LunarVim/issues/3406
2022-12-08 12:11:13 +01:00
LostNeophyte
33e0960ba3
fix(terminal): use user's shell in execs (#3531)
fixes https://github.com/LunarVim/LunarVim/issues/3526
2022-12-05 11:46:40 +01:00
Hamothy
9239a25fa7
feat: support 'hrsh7th/cmp-cmdline' by default (#3545) 2022-12-05 11:42:38 +01:00
Daniel Rodríguez Rivero
6fc015565f
feat(wich-key): binding to save without formatting (#3165)
use `<leader>bW` to save without triggering the autocmd for formatting
2022-12-01 11:39:53 +01:00
Gowa2017
02de1b1e0b
fix: startify theme button bugfix (#3557) 2022-12-01 11:37:45 +01:00
LostNeophyte
5d69279262
fix(dashboard): remove feedkeys (#3558) 2022-12-01 11:14:46 +01:00
LostNeophyte
f5454fb860
feat(alpha): allow configuring highlight groups (#3532)
* fix(alpha): make highlights overridable

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>

* feat: make opts overridable

* refactor: add default autostart to opts

* feat: default_button_opts

* Apply suggestions from code review

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

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-29 08:50:24 +01:00
LostNeophyte
979e5930a8
fix(alpha): make dashboard responsive (#3505)
fixes https://github.com/LunarVim/LunarVim/issues/3279
2022-11-28 19:11:39 +01:00
LostNeophyte
fb7da7bc78
perf: handle big files better (#3449)
fixes https://github.com/LunarVim/LunarVim/issues/3393
2022-11-28 19:11:06 +01:00
LostNeophyte
9347abc1d4 fix(breadcrumbs): use hlgroup from web devicons in breadcrumbs (#3342) 2022-11-28 19:08:43 +01:00
LostNeophyte
1fbcaf81dc
fix(bufkill): wait for user's input (#3535) 2022-11-27 14:18:49 +01:00
AndreiLosev
731a3915e1
fix(breadcrumbs): E36 Not enough space when using dap-ui Eval (#3533)
fix `E36 Not enough space` when using dap-ui `Eval`

Co-authored-by: Losev Andrei <losev@aheadworks.com>
2022-11-26 22:36:13 -05:00
Nefendi
38ddcb4501
chore(breadcrumbs): remove Markdown from excluded file types (#3196)
The output of `vim.bo.filetype` for Markdown files is `markdown` not
`Markdown` so this entry did nothing.
2022-11-21 12:50:25 +07:00
Dev
a8957a9d36
fix: discard invalid choice when closing buffers (#3488) 2022-11-18 09:28:02 +01:00
Nitai Charan
b42e8c3c73
fix(nvimtree): avoid hard-coded mapping (#3492) 2022-11-18 09:24:58 +01:00
LostNeophyte
40c8d5aea6
fix(autocmds): remove spell autocmd (#3487) 2022-11-17 21:04:42 -05:00
carsakiller
88b114424d
fix(lsp): sumneko-lua library scanning (#3484)
fixes https://github.com/LunarVim/LunarVim/issues/3439
2022-11-17 17:03:27 +01:00
LostNeophyte
1a4233ea8d
fix(bufferline): fallback to empty table if buf_nums is nil (#3473)
fixes https://github.com/LunarVim/LunarVim/issues/3367
2022-11-16 11:21:50 +01:00
kylo252
358ebdfe71
fix(tree-sitter): force update bundled parsers (#3475) 2022-11-16 11:13:41 +01:00
LostNeophyte
ae89f07377
fix(bufkill): wrap around correctly (#3461) 2022-11-14 11:44:53 +01:00
opalmay
8474a06b43
fix(lsp): some servers have dynamic commands (#3471) 2022-11-14 10:16:49 +01:00
LostNeophyte
5fb3f07c7b
fix(packer): increase clone timeout in headless (#3470)
* fix(packer): increase clone timeout in headless

* refactor: set timeout to 300

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

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-13 17:40:16 +01:00
Marco Pas
f08a997209
refactor: move dap keybindings to which key (#3459) 2022-11-11 22:01:15 -05:00
kylo252
87cde2f6a7
feat: configure dap logging (#3454) 2022-11-10 16:11:55 +01:00
Christian Chiarulli
73d225fffb fix: cmp will behave closer to how people expect 2022-11-10 09:06:55 -05:00
Abouzar Parvan
5e051afbb1
fix(lsp): disable annoying popup for sumneko-lua (#3445) 2022-11-09 12:01:27 +01:00
Ihor Strecheniuk
fb7385fd8a
fix: add dap-ui config to lvim.builtin.dap (#3386) 2022-11-09 11:56:20 +01:00
LostNeophyte
63c31900ad
fix(autopairs): attach confirm_done only once (#3430) 2022-11-07 22:54:38 -05:00
barseek
8bca78318c
fix(autocmds): add separate autoreload config group (#3436) 2022-11-07 22:53:47 -05:00
James L
1a1ab91ed0
feat: add command & keybind to view docs (#3426) 2022-11-07 22:52:51 -05:00
kylo252
222a872dcc
fix(config): use a minimal bootstrap for mason (#3427) 2022-11-05 16:46:52 +01:00
LostNeophyte
9aa9bce3bc
fix(bufferline): use buf kill on close (#3422) 2022-11-05 10:42:26 +01:00
Christian Chiarulli
08d3c056ff chore: format on save off by default
chore: check if table
2022-11-04 17:32:46 -04:00
Christian Chiarulli
57c159fe3c feat: only use orange branch for lunar colorscheme 2022-11-04 13:43:30 -04:00
Christian Chiarulli
be9ea09df1 chore: don't override colors for location 2022-11-04 13:36:22 -04:00
Christian Chiarulli
8794ff76f5 chore: remove separator 2022-11-04 13:32:50 -04:00
Christian Chiarulli
5ba80b10cf
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-04 12:57:24 -04:00
Christian Chiarulli
c006598434 chore: use bigger chevrons 2022-11-04 11:12:12 -04:00
Jonathan Wren
313191169e
feature: Add chevron to breadcrumbs (with matching highlight group) (#3380) 2022-11-04 11:00:02 -04:00
LostNeophyte
060116eff0
fix(logger): set console logging to sync (#3379) 2022-11-04 15:45:31 +01:00
kylo252
4841dc62c3
refactor(config): better deprecation handling (#3419) 2022-11-04 10:32:09 -04:00
Christian Chiarulli
ecb0f2317a fix(terminal): slightly bigger vertical terminal 2022-11-04 09:59:09 -04:00
kylo252
153593ff51
fix(config): more comprehensive cache reset (#3416) 2022-11-04 09:53:57 -04:00
Christian Chiarulli
531ddb459e
fix: rollback plugin loader changes (#3402) 2022-11-02 18:09:35 -04:00
Christian Chiarulli
f6e5dc0d44 fix: don't complete in prompt ft 2022-11-02 15:09:00 -04:00
Christian Chiarulli
f206ba152c
feat: breadcrumbs autocommand only runs when active (#3399) 2022-11-02 13:35:22 -04:00
Christian Chiarulli
5ee46d27e5
feat: toggle cmp active (#3398) 2022-11-02 13:16:20 -04:00
LostNeophyte
9282c4b54f
fix: revert ColorScheme autocmd execution (#3397) 2022-11-02 18:07:57 +01:00
Gabriele Musco
1e0ab6a3a3
feat: dynamic or fixed toggle terminal size (#3110) 2022-11-02 11:31:28 +01:00
kylo252
8d3f9b8bf7
refactor(theme)!: decouple tokyonight options (#3384) 2022-11-02 11:29:07 +01:00
k4z4n0v4
375232c95a
fix(lsp) launch servers in path as well (#3390) 2022-11-01 16:08:16 +01:00
kylo252
325bf72f93
refactor(hooks): use colorscheme event after reload (#3375) 2022-11-01 10:22:20 -04:00
LostNeophyte
978ff7c24d
perf(treesitter): disable in big files (#3268)
* perf(treesitter): disable in big files
* fix: disable `use_treesitter` in indentlines and remove vim.schedule
* refactor(treesitter): use `vim.schedule`
* perf: set nocursorline in big json files
* perf: disable more things in big files
* chore: format
2022-11-01 10:37:50 +01:00
Junyi Liu
eabf6c6990
fix(breadcrumbs) Performance issue, change CursorMoved event to CursorHoldI (#3357) 2022-11-01 00:56:06 -04:00
LostNeophyte
c477b9f8e8
fix(alpha): make startify sections always appear (#3371) 2022-10-31 19:25:21 +01:00
CPea
a54d872e0b
fix(lsp): only launch installed servers (#3366) 2022-10-31 19:19:39 +01:00
LostNeophyte
f4920802d5
fix(defaults): don't use smartindent (#3363) 2022-10-31 19:15:26 +01:00
Christian Chiarulli
6ea5341a84
fix: statusline and breadcrumbs hls reload with config reload (#3376) 2022-10-31 12:26:13 -04:00
kylo252
74ad56ff68
refactor(installer): skip unstable headless update (#3338) 2022-10-31 16:27:12 +01:00
github-actions[bot]
b190f045e8
chore: bump plugins version (#3276) 2022-10-29 18:23:34 +02:00
Matthias Lehmann
f1b2c5fc8c
fix(finders): use lunarvim basedir (#3332) 2022-10-27 16:28:33 +02:00
Abouzar Parvan
f1c469d967
fix(lsp): do a nil check before string matching autocmd desc (#3354) 2022-10-27 13:53:28 +03:30
LostNeophyte
f834362b68
fix(lsp): don't start servers multiple times (#3347) 2022-10-26 21:56:28 -04:00
Daniel Rodríguez Rivero
b8be029eb9
fix: call proper log function in notify override (#3337) 2022-10-26 16:19:25 +02:00
Mark Huggins
77640e8064
fix: Remove notify which key mapping (#3335) 2022-10-25 23:21:20 -04:00
CPea
5b4bfdc0ed
fix(icons): do not reload nvim-web-devicons module (#3344) 2022-10-25 23:19:18 -04:00
kylo252
9e275095f8 Merge remote-tracking branch 'origin/rolling' 2022-10-24 10:15:18 +02:00
CPea
49ba3d538e
fix(theme): do not fallback to tokyonight if no user's theme found (#3327) 2022-10-24 10:01:19 +02:00
kylo252
25c4241b07
refactor: clean up test env paths (#3318) 2022-10-22 15:25:46 +02:00
Vitor Faiante
ccd6d367b7
fix(autocmds): remove _format_options group (#3278) 2022-10-21 01:25:07 -04:00
Mark Huggins
36c8bdee9f
refactor(plugins)!: remove nvim-notify from core (#3300) 2022-10-21 01:21:22 -04:00
kylo252
4ef0731500 Merge remote-tracking branch 'origin/rolling' 2022-10-17 17:29:15 +02:00
Christian Chiarulli
6f6cbc394d
feat(config): allow disabling reload-on-save (#3261) 2022-10-17 14:06:12 +02:00
dapc11
b7b9087d34
fix: nil table in breadcrumbs in autocommand (#3267) 2022-10-16 22:52:49 -04:00
Jakub Reroń
7715900525
fix: disable unsupported asian characters spellchecking (#3259) 2022-10-16 13:22:40 +03:30
ChristianChiarulli
2a3b9510bc fix: copilot background should matcha statusline 2022-10-15 22:29:10 -04:00
Ali Almohaya
24309b839e
fix: disable gitsigns hunk navigation message (#3244) 2022-10-16 00:21:43 +00:00
kylo252
48d1c38fa8
chore(plugins): bump version (#3248)
* ci: update workflows

* chore(plugins): bump version

* chore: update depdecated settings for comment.nvim

* chore(lsp): update skiplist

* fixup!: take 2 for comment.nvim
2022-10-15 18:32:11 +02:00
2nthony
e94390a922
perf(plugins): move assert vim.env.LVIM_DEV_MODE logic (#3238) 2022-10-15 14:06:52 +02:00
Abouzar Parvan
a54312b769
fix(nvim-cmp-lsp): update_capabilities has been deprecated (#3245) 2022-10-15 12:54:49 +03:30
Abouzar Parvan
91ac8a0bb0
fix(luadev): this plugin has been renamed (#3235) 2022-10-15 10:21:24 +03:30
2nthony
4586140260
fix(alpha): check alpha module (#3233) 2022-10-14 17:28:38 +02:00
kylo252
d433409995
feat: latest impatient updates from upstream (#3236) 2022-10-14 14:09:08 +02:00
Daniel Rodríguez Rivero
c94450633a
fix: name treesitter source in cmp (#3223) 2022-10-14 12:02:14 +03:30
Abouzar Parvan
09cbce44e5
fix(breadcrumbs): make sure winbar_filetype_exclude is customizable (#3221) 2022-10-13 15:21:25 +03:30
Ali Almohaya
fcced1811e
fix: typo in git.lua 2022-10-13 03:35:48 +03:00
tobdob
ea1ebda243
fix: Remove J and K key mappings for move (#3206) 2022-10-13 00:12:27 +00:00
Abouzar Parvan
91dadd46a9
fix(lua-dev): make sure we are loading the correct types (#3208) 2022-10-12 16:16:53 +03:30
Christian Chiarulli
16a8b92f40 chore(illuminate): pcall for configure 2022-10-10 00:57:45 -04:00
Christian Chiarulli
34d445a052 fix(plugins): set max jobs to 50 on mac 2022-10-10 00:52:51 -04:00
ChristianChiarulli
c8ef47622d fix(lualine): globalstatus=true by default 2022-10-09 03:49:45 -04:00
opalmay
8705f6ce6d
Merge pull request #3184 from opalmay/fix-telescope-bindings
fix: telescope delete_buffer binds correct scope (and small refactor)
2022-10-09 02:36:47 +03:00
Opal Mizrahi
096c5ca83a fix: use function for pickers 2022-10-09 02:20:35 +03:00
Ali Almohaya
5aec1756ce
feat(cmp): add configs for cmp.setup.cmdline (#3180) 2022-10-08 23:10:53 +00:00
CPea
8763ed2878
feat: warn user when setting un-installed colorscheme (#2982) 2022-10-08 22:50:25 +00:00
Opal Mizrahi
3d36b20de2 fix: move telescope.actions pcall to the top 2022-10-09 01:48:59 +03:00
Christian Chiarulli
9925edf79e
fix(lualine): guard setup on install (#3185) 2022-10-08 22:14:21 +00:00
Opal Mizrahi
53fb663efe fix: telescope delete_buffer binds correct scope 2022-10-08 23:10:28 +03:00
ChristianChiarulli
a9f544ca78 feat: reduce noise from LSP text comes from buffer source anyway 2022-10-07 04:25:40 -04:00
Christian Chiarulli
9d3e163656 fix: formatting 2022-10-07 02:27:58 -04:00
Christian Chiarulli
49de031b24 fix: nvim_dap has an issue with setting winbar for dapui_console filetype 2022-10-07 02:27:29 -04:00
opalmay
9509cadf40
feat: buffer cmp for search, and path for command mode (#3147) 2022-10-07 01:17:18 -04:00
Christian Chiarulli
dcdfbf1727
feat: use icon for copilot in statusline (#3173) 2022-10-07 00:52:37 -04:00
Christian Chiarulli
9dfb9ef250
feat: add new copilot and other sources (#3171) 2022-10-07 00:50:01 -04:00
kylo252
f6402563ab
feat: enable global installation (#3161) 2022-10-06 22:51:09 -04:00
kylo252
40e2d5a171
feat(logger): hot-reload logger level (#3159) 2022-10-06 10:12:12 -04:00
opalmay
5a4c8e3eec
fix: always use border for lsp hover (#3160) 2022-10-06 10:11:37 -04:00
kylo252
9def60f1dd
feat: lock new installations to nvim 0.8+ (#3111) 2022-10-06 06:55:06 +00:00
Christian Chiarulli
5b35ed9c32
feat: all features active by default (#3157) 2022-10-06 01:20:12 -04:00
Christian Chiarulli
1eed9f572f
feat(dap): buffernames for elements, icons, hide dap-repl by default (#3156) 2022-10-06 02:49:58 +00:00
Christian Chiarulli
c1edf56826 feat: terminal, dap, and notify active by default 2022-10-05 21:35:14 -04:00
ChristianChiarulli
42e410cdb0 feat(dap): red bugs and other highlight improvements 2022-10-05 03:25:51 -04:00
kylo252
e5bcf01c75
refactor: more deliberate reload (#3133) 2022-10-04 13:23:52 -04:00
ChristianChiarulli
560ee4d7cf fix: esc exit autocommand 2022-10-04 03:49:31 -04:00
Gabriele Musco
2254ce4bc4
feat: added dap ui and relative config (#3131) 2022-10-04 05:38:59 +00:00
Nick Waywood
9caece34e4
feat: add missing nvimtree setting (#3138) 2022-10-04 01:27:47 +00:00