Commit graph

85 commits

Author SHA1 Message Date
Folke Lemaitre
b1d456cda7
fix(extras): make sure we use priorities to import extras in correct order 2023-10-12 11:14:02 +02:00
Folke Lemaitre
b9f3cada8a
fix(plugin): show warning of removed core plugin when trying to load them without having the extra 2023-10-12 10:36:15 +02:00
Folke Lemaitre
777be2fabd
fix(plugin): add nvim-treesitter-context rename warning 2023-10-12 10:35:47 +02:00
Folke Lemaitre
204be37843
feat(inject): util method to get upvalue 2023-10-12 09:42:48 +02:00
Folke Lemaitre
8597c2085f
feat(ui): show optional plugins in a different color 2023-10-12 00:20:32 +02:00
Folke Lemaitre
c38c3bf407
feat: added aerial extra with integrations for edgy, telescope and lualine 2023-10-12 00:11:33 +02:00
Folke Lemaitre
d6bc320f20
feat(util): inject module 2023-10-11 22:38:10 +02:00
Folke Lemaitre
7bbd48caa0
feat(root): cached pretty path function for statuslines 2023-10-11 22:37:28 +02:00
Folke Lemaitre
092b1fd802
fix(root): only use workspace folders that contain the buffer 2023-10-11 18:38:29 +02:00
Folke Lemaitre
38b530d33d
feat(ui): added :LazyExtras to manage enabled extras in LazyVim 2023-10-11 17:48:40 +02:00
Folke Lemaitre
286a6fb8ae
feat(config): use lazy's new custom events (Event.mappings) for a better LazyFile 2023-10-11 14:56:55 +02:00
Folke Lemaitre
704e85183b
fix(format): always show formatter status even when no sources available 2023-10-11 14:56:54 +02:00
Folke Lemaitre
b5495eb38a
feat(root): allow custom functions as part of vim.g.root_spec 2023-10-11 14:56:54 +02:00
Folke Lemaitre
27ceb433a9
fix(plugin): enable lazy_file 2023-10-11 14:56:54 +02:00
Folke Lemaitre
171a843edf
feat(root): customizable root detection and :LazyRoot command 2023-10-11 14:56:54 +02:00
Folke Lemaitre
5538ab2d64
fix(ui): dont show left signs on virtual line numbers (wrap). Fixes #1654 2023-10-11 14:56:54 +02:00
Folke Lemaitre
65874d161a
feat(starter)!: dashboard.nvim is now the default starter. To keep using alpha.nvim, enable the extra. 2023-10-11 14:56:54 +02:00
Folke Lemaitre
90a8200e7c
feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-11 14:56:54 +02:00
Folke Lemaitre
1599edd10a
perf(plugin): move all lazy.nvim related code to lazyvim.util.plugin 2023-10-11 14:56:54 +02:00
Folke Lemaitre
eac18246d4
feat(format): new LazyVim formatter with integrations for lsp/none-ls/conform/eslint/... 2023-10-11 14:56:54 +02:00
Folke Lemaitre
aa0e4f52e4
perf(util): split lazyvim.util in smaller separate modules 2023-10-11 14:56:54 +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
Folke Lemaitre
bd2ac542a0
feat(ui): show alpha marks in statuscolumn 2023-10-04 12:48:37 +02:00
Folke Lemaitre
35053290bf
fix(ui): use custom fold when treesitter foldtext returns a string 2023-10-04 12:47:24 +02:00
Folke Lemaitre
6cf6b0a624
fix(ui): always pad to 2 cells for status column icons. Fixes #1571 2023-10-03 18:28:05 +02:00
Folke Lemaitre
1b74d67a0d
fix(ui): fixed foldtext on Neovim < 0.10 2023-10-03 17:35:14 +02:00
Folke Lemaitre
13e9f6e6b5
fix(ui): check folds of the statuscolumn win instead of current win 2023-10-03 15:53:11 +02:00
Folke Lemaitre
762017dc35
fix(ui): better fallback for foldtext when buffer does not have TreeSitter 2023-10-03 15:05:01 +02:00
Folke Lemaitre
afbe2043a7
fix(ui): Neovim < 0.10 2023-10-03 14:59:26 +02:00
Folke Lemaitre
f1ce07510d
feat(ui): fancy fold text 2023-10-03 14:57:59 +02:00
Folke Lemaitre
364bcf325d
feat(ui): fancy status column 2023-10-03 14:56:55 +02:00
Folke Lemaitre
4ff51cd678
feat(mini.files): added lsp rename support to mini.files 2023-10-02 11:02:56 +02:00
Folke Lemaitre
df0818880e
fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
Folke Lemaitre
9387ab388e
feat: added leader-L to show the LazyVim changelog 2023-07-13 08:18:02 +02:00
Folke Lemaitre
9fd89701da
feat(util): added util.on_load to execute code when a plugin loads 2023-07-12 17:25:35 +02:00
Folke Lemaitre
bcff5a1937
fix(util): use spec to check if a plugin is enabled 2023-07-06 15:35:34 +02:00
Folke Lemaitre
ebd002f135
fix(keymaps): disable ctrl-hjkl for lazygit. Fixes #905 2023-06-16 19:06:27 +02:00
Folke Lemaitre
41f515caae
feat(util): LazyVim terminals can now be opened/reopened with a count 2023-06-16 14:52:13 +02:00
Folke Lemaitre
5a47492535
feat(util): LazyVim terminals are now persistent by default (toggleterm) 2023-06-03 10:49:58 +02:00
Folke Lemaitre
b68311eb6d
chore: removed util.build. This is now part of the lazyvim website code 2023-05-28 12:39:51 +02:00
Folke Lemaitre
47ee48faba
build: fixed docs build 2023-05-25 22:37:45 +02:00
André Freitas
d35d982984
chore: remove unused upvalue function (#823) 2023-05-25 20:05:02 +02:00