Commit graph

1660 commits

Author SHA1 Message Date
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
Christian Chiarulli
35cea14111
feat: add space after breadcrumb icons (#3128) 2022-10-03 04:50:52 +00:00
Christian Chiarulli
3b26b04a12
feat: add some more reloads (#3126) 2022-10-03 04:17:38 +00:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
Christian Chiarulli
228658b02e fix: idk why it has an issue here but we can't use reload in the plugins file for now 2022-10-02 22:30:38 -04:00
chaesngmin
6a72ad281e
Fix: correct typos (#3117) 2022-10-03 01:19:59 +00:00
Christian Chiarulli
1c03ac8052
feat: reload and lir color update (#3123) 2022-10-03 00:56:23 +00:00
Christian Chiarulli
488d95b3b8 fix: add lunarvim/lvim/after to rtp 2022-10-02 20:22:59 -04:00
Daniel Rodríguez Rivero
a77fcf6e90
refactor: smaller timeout for packer (#2910) 2022-10-01 08:11:18 +02:00
lvimuser
699849a731
chore(plugins): remove deprecated FixCursorHold.nvim (#3107) 2022-10-01 02:10:47 -04:00
Christian Chiarulli
c38957538d
feat(terminal): better mappings (#3104) 2022-09-30 12:21:17 -04:00
Daniel Rodríguez Rivero
f4032cc43e
chore(lsp): give null-ls setup default values (#3093) 2022-09-28 13:54:12 -04:00
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