Commit graph

105 commits

Author SHA1 Message Date
Folke Lemaitre
315df373f2
fix(statuscolumn): correct line numbers & respect more options 2023-10-17 08:28:23 +02:00
Folke Lemaitre
ff64cc5399
fix(format): set formatexpr in options so users can override it. Fixes #1759 2023-10-16 23:01:18 +02:00
Folke Lemaitre
98db7ec0d2
perf(root): cache root detection. Fixes #1753 2023-10-16 12:42:54 +02:00
Folke Lemaitre
9517e64009
fix(root): root dir for windows. Fixes #1749 2023-10-16 08:35:35 +02:00
Folke Lemaitre
dfdfcad1aa
feat(lualine): new root dir component that only shows when cwd != root_dir 2023-10-15 22:38:44 +02:00
Folke Lemaitre
6f88b8b36f
fix(root): dont use single-file lsps for root detection. use workspaces only 2023-10-15 22:38:15 +02:00
Folke Lemaitre
8af7309c7e
feat(lualine): pretty_path now highlights file basename when modified 2023-10-15 22:37:49 +02:00
Folke Lemaitre
53e1637a86
feat(dashboard): c on dahboard now opens telescope for config dir instead of useless init.lua 2023-10-15 09:16:52 +02:00
Folke Lemaitre
1a4342abae
refactor: move cmp status lualine component to util 2023-10-14 18:02:47 +02:00
Folke Lemaitre
6b9ee963e2
fix(news): dont show news when it has never been viewed (new install) 2023-10-14 16:56:48 +02:00
Thibault Duplessis
ff9bf005b6
fix(dashboard-nvim): repository has moved to nvimdev/dashboard-nvim (#1715)
* fix(dashboard-nvim) repository has moved to nvimdev/dashboard-nvim

* fix(dashboard): automatically rename dashboard.nvim

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-10-14 13:21:30 +02:00
Folke Lemaitre
3f1bf70b14
refactor(util.lsp): easier lsp client filters 2023-10-13 12:20:55 +02:00
Folke Lemaitre
4584410e76
feat(format): use conform as lsp formatter since it has better format diffs 2023-10-13 09:45:35 +02:00
Folke Lemaitre
01dbd07073
fix(json): always write version to prevent spurious migrations. Fixes #1692 2023-10-13 07:36:02 +02:00
Folke Lemaitre
1bcf6b9a28
feat(extras): LazyExtras can now manage user extras lua/plugins/extras. Fixes #1681 2023-10-12 21:47:31 +02:00
Folke Lemaitre
c9892652d2
feat(config): lazyvim.json is now versioned and migrates to a newer version when needed 2023-10-12 21:45:32 +02:00
Folke Lemaitre
7c7b4be8db
fix(toggle): dont show incorrect deprecation warning for toggle. Fixes #1679 2023-10-12 17:59:48 +02:00
Folke Lemaitre
2a0b7a88ba
fix(config): make lazyvim.json idempotent, pretty-printed and remove full paths 2023-10-12 17:48:52 +02:00
Sergey Kochetkov
7d9a395565
style(format): Fix typo (#1675) 2023-10-12 15:10:26 +02:00
Folke Lemaitre
73acab1675
feat: added NEWS.md and option to automatically show when changed (enabled by default) 2023-10-12 14:38:25 +02:00
Folke Lemaitre
a4e393154f fix(extras): make sure we use priorities to import extras in correct order 2023-10-12 11:48:02 +02:00
Folke Lemaitre
3256abda65 fix(plugin): show warning of removed core plugin when trying to load them without having the extra 2023-10-12 11:48:02 +02:00
Folke Lemaitre
db5d28b039 fix(plugin): add nvim-treesitter-context rename warning 2023-10-12 11:48:02 +02:00
Folke Lemaitre
14f3f036e9 feat(inject): util method to get upvalue 2023-10-12 11:48:02 +02:00
Folke Lemaitre
eedb4a3405 feat(ui): show optional plugins in a different color 2023-10-12 11:48:02 +02:00
Folke Lemaitre
b43c57d943 feat: added aerial extra with integrations for edgy, telescope and lualine 2023-10-12 11:48:02 +02:00
Folke Lemaitre
e239235cd3 feat(util): inject module 2023-10-12 11:48:02 +02:00
Folke Lemaitre
8d7361c460 feat(root): cached pretty path function for statuslines 2023-10-12 11:48:02 +02:00
Folke Lemaitre
592f3b03bb fix(root): only use workspace folders that contain the buffer 2023-10-12 11:48:02 +02:00
Folke Lemaitre
c4e55e4d67 feat(ui): added :LazyExtras to manage enabled extras in LazyVim 2023-10-12 11:48:02 +02:00
Folke Lemaitre
4ea1c6865e feat(config): use lazy's new custom events (Event.mappings) for a better LazyFile 2023-10-12 11:48:02 +02:00
Folke Lemaitre
a4abbdc89b fix(format): always show formatter status even when no sources available 2023-10-12 11:48:02 +02:00
Folke Lemaitre
c33e7489ec feat(root): allow custom functions as part of vim.g.root_spec 2023-10-12 11:48:02 +02:00
Folke Lemaitre
f59cdff4d9 fix(plugin): enable lazy_file 2023-10-12 11:48:02 +02:00
Folke Lemaitre
a2d604928b feat(root): customizable root detection and :LazyRoot command 2023-10-12 11:48:02 +02:00
Folke Lemaitre
e6d294df6f fix(ui): dont show left signs on virtual line numbers (wrap). Fixes #1654 2023-10-12 11:48:02 +02:00
Folke Lemaitre
4cbe42cd24 feat(starter)!: dashboard.nvim is now the default starter. To keep using alpha.nvim, enable the extra. 2023-10-12 11:48:02 +02:00
Folke Lemaitre
14c091b1fc feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
Folke Lemaitre
70f91956e7 perf(plugin): move all lazy.nvim related code to lazyvim.util.plugin 2023-10-12 11:48:02 +02:00
Folke Lemaitre
f1a8f24a36 feat(format): new LazyVim formatter with integrations for lsp/none-ls/conform/eslint/... 2023-10-12 11:48:02 +02:00
Folke Lemaitre
c8c929c9fd perf(util): split lazyvim.util in smaller separate modules 2023-10-12 11:48:02 +02:00
Folke Lemaitre
4e8a88fc1f
fix(util): dont schedule on_load 2023-10-09 22:09:39 +02:00
Folke Lemaitre
1eac633c4f
perf(util): closure for get_clients to prevent loading vim.lsp cascade early 2023-10-08 20:24:45 +02:00
Folke Lemaitre
eebdceca17
fix(util): fixup typo vim.lsp.get_active_clients 2023-10-08 12:56:27 +02:00
Folke Lemaitre
6b837e9165
style: lua annotations and handle deprecated methods 2023-10-08 10:45:38 +02:00
Folke Lemaitre
21ee35f710
fix(util): fixed lsp willRenameFiles support check 2023-10-08 10:44:17 +02:00
Folke Lemaitre
25f3587f3f
refactor(keymaps): move safe keymap.set wrapper to util and add message not to use it in a personal config 2023-10-08 10:28:01 +02:00
Folke Lemaitre
0fcdbe20da
fix(ui): properly handly signs without name. Fixes #1612 2023-10-07 11:18:04 +02:00
Folke Lemaitre
337cfdbec4
fix(ui): include extmark signs in signcolumn. Fixes #1596 2023-10-05 23:34:32 +02:00
Folke Lemaitre
3849e0150b
fix(ui): show global marks in the correct buffer only 2023-10-04 17:53:00 +02:00