Commit graph

283 commits

Author SHA1 Message Date
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
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
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
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
Christian Chiarulli
ecb0f2317a fix(terminal): slightly bigger vertical terminal 2022-11-04 09:59:09 -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
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
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
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
Matthias Lehmann
f1b2c5fc8c
fix(finders): use lunarvim basedir (#3332) 2022-10-27 16:28:33 +02: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
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
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
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
4586140260
fix(alpha): check alpha module (#3233) 2022-10-14 17:28:38 +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