Commit graph

287 commits

Author SHA1 Message Date
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
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