Commit graph

  • 118ca3309d
    feat(mini.starter): adding mini.starter to lualine disabled files (#1667) Bassam Data 2023-10-12 01:28:49 -04:00
  • a1ec764953 adding mini.starter to lualine disabled files Bassam Data 2023-10-12 00:25:32 -04:00
  • 2f0d9f925b fix(dap): change <leader>da to avoid conflict with "+adapters" key prefix Jacob Yuan 2023-10-11 19:51:02 -04:00
  • 0ef7a13bab
    feat: show Tabnine icon on suggestion list Dung Duc Huynh (Kaka) 2023-10-11 22:46:33 +00:00
  • 8597c2085f
    feat(ui): show optional plugins in a different color Folke Lemaitre 2023-10-12 00:20:32 +02:00
  • c38c3bf407
    feat: added aerial extra with integrations for edgy, telescope and lualine Folke Lemaitre 2023-10-12 00:11:33 +02:00
  • f535fb6891
    feat(treesitter): add nvim-treesitter-context by default Folke Lemaitre 2023-10-12 00:11:12 +02:00
  • cb6832d8ad
    perf(lualine): get rid of lualine's weird lualine_require Folke Lemaitre 2023-10-12 00:09:38 +02:00
  • c555e17e48
    feat(config): make kind filter configurable for telescope/aerial/... Folke Lemaitre 2023-10-12 00:09:04 +02:00
  • 20d36ccd84
    feat(treesitter): install nvim-ts-autotag by default Folke Lemaitre 2023-10-11 22:39:24 +02:00
  • 13366c6488
    style(config): mini.align icons Folke Lemaitre 2023-10-11 22:38:38 +02:00
  • d6bc320f20
    feat(util): inject module Folke Lemaitre 2023-10-11 22:38:10 +02:00
  • 7bbd48caa0
    feat(root): cached pretty path function for statuslines Folke Lemaitre 2023-10-11 22:37:28 +02:00
  • 761171a872
    feat(navic): moved navic to extras Folke Lemaitre 2023-10-11 22:36:45 +02:00
  • 092b1fd802
    fix(root): only use workspace folders that contain the buffer Folke Lemaitre 2023-10-11 18:38:29 +02:00
  • d2d5d9f53c
    feat(dashboard): added LazyExtras shortcut to dashboard/alpha Folke Lemaitre 2023-10-11 18:10:04 +02:00
  • 38b530d33d
    feat(ui): added :LazyExtras to manage enabled extras in LazyVim Folke Lemaitre 2023-10-11 17:48:40 +02:00
  • 739409cd4b
    feat(config): load/save some data in lazyvim.json Folke Lemaitre 2023-10-11 17:47:16 +02:00
  • 058089d0d6
    fix(notify): set default zindex=100 Folke Lemaitre 2023-10-11 17:39:46 +02:00
  • 1557eaa2ea
    fix: limit to top 3 sources for TabNine Dung Duc Huynh (Kaka) 2023-10-11 14:05:23 +00:00
  • 03c5aa71f3
    ci: let release-please manage the version in the config file Folke Lemaitre 2023-10-11 15:25:29 +02:00
  • 61f1c308bf
    chore(main): release 9.9.1 (#1661) v9.9.1 github-actions[bot] 2023-10-11 15:00:18 +02:00
  • 0f0a81c175
    fix(neo-tree): during init check global argslist instead of window-local Folke Lemaitre 2023-10-11 14:27:41 +02:00
  • 286a6fb8ae
    feat(config): use lazy's new custom events (Event.mappings) for a better LazyFile Folke Lemaitre 2023-10-11 14:27:10 +02:00
  • b72a5c2dfa
    fix(lualine): when opening nvim with a file, show an empty statusline till lualine loads Folke Lemaitre 2023-10-11 14:26:16 +02:00
  • 704e85183b
    fix(format): always show formatter status even when no sources available Folke Lemaitre 2023-10-11 09:51:12 +02:00
  • b5495eb38a
    feat(root): allow custom functions as part of vim.g.root_spec Folke Lemaitre 2023-10-11 09:38:34 +02:00
  • 27ceb433a9
    fix(plugin): enable lazy_file Folke Lemaitre 2023-10-11 09:15:50 +02:00
  • 171a843edf
    feat(root): customizable root detection and :LazyRoot command Folke Lemaitre 2023-10-11 08:59:18 +02:00
  • 5538ab2d64
    fix(ui): dont show left signs on virtual line numbers (wrap). Fixes #1654 Folke Lemaitre 2023-10-10 23:02:59 +02:00
  • 65874d161a
    feat(starter)!: dashboard.nvim is now the default starter. To keep using alpha.nvim, enable the extra. Folke Lemaitre 2023-10-10 22:41:34 +02:00
  • 90a8200e7c
    feat!: make conform.nvim and nvim-lint the default formatters/linters Folke Lemaitre 2023-10-10 22:12:33 +02:00
  • 1599edd10a
    perf(plugin): move all lazy.nvim related code to lazyvim.util.plugin Folke Lemaitre 2023-10-10 21:51:09 +02:00
  • eac18246d4
    feat(format): new LazyVim formatter with integrations for lsp/none-ls/conform/eslint/... Folke Lemaitre 2023-10-10 19:31:08 +02:00
  • aa0e4f52e4
    perf(util): split lazyvim.util in smaller separate modules Folke Lemaitre 2023-10-10 19:29:24 +02:00
  • b304db9236
    Revert "fix(config): disable LazyFile till v10.0" Folke Lemaitre 2023-10-11 14:56:29 +02:00
  • ad97e19caa
    chore(main): release 9.9.1 github-actions[bot] 2023-10-11 12:51:16 +00:00
  • ee7a401388
    fix(config): disable LazyFile till v10.0 Folke Lemaitre 2023-10-11 14:46:05 +02:00
  • 8e88aa51f4 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-11 12:42:26 +00:00
  • 28b7a5add2
    chore(main): release 9.9.0 (#1648) v9.9.0 github-actions[bot] 2023-10-11 14:39:44 +02:00
  • 7adf96bb2d
    feat: add Tabnine Dung Duc Huynh (Kaka) 2023-10-10 21:22:17 +08:00
  • e8c26c70e2
    refactor(eslint): use util.get_clients instead of deprecated method Folke Lemaitre 2023-10-10 11:54:33 +02:00
  • 7205cc5d9d
    chore(main): release 9.9.0 github-actions[bot] 2023-10-10 09:09:45 +00:00
  • 599798a366
    fix(treesitter): typo with commands Folke Lemaitre 2023-10-10 11:07:58 +02:00
  • b1c9fd15bd
    feat(dap): added run with args leader-ca. Fixes #1629 Folke Lemaitre 2023-10-10 11:05:57 +02:00
  • 4719dadfda chore(build): auto-generate vimdoc github-actions[bot] 2023-10-10 05:51:42 +00:00
  • 88d465c3ef
    fix(hypr): automatically update/install hypr treesitter parser when needed Folke Lemaitre 2023-10-10 07:51:00 +02:00
  • 6ca6498640
    style: clangd arguments use vim.split instead of string.gsub genmzy 2023-10-10 09:14:51 +08:00
  • 23a0004a86
    chore(main): release 9.8.0 (#1642) v9.8.0 github-actions[bot] 2023-10-10 00:13:40 +02:00
  • c5a7f4e235
    chore(main): release 9.8.0 github-actions[bot] 2023-10-09 21:52:47 +00:00
  • 02bc41412a
    fix(telescope): remove telescope folding hack since PR with fix has been merged upstream Folke Lemaitre 2023-10-09 23:32:34 +02:00
  • 44984dcbe2
    feat(telescope): add telescope-fzf-native by default. Will only be enabled if make is on your system. Folke Lemaitre 2023-10-09 22:28:09 +02:00
  • 0955129796
    fix(project): make sure to load telescope extension after telescope ran setup Folke Lemaitre 2023-10-09 22:11:17 +02:00
  • 4e8a88fc1f
    fix(util): dont schedule on_load Folke Lemaitre 2023-10-09 22:09:39 +02:00
  • 9a4b9aa804
    refactor(edgy): make telescope optional Folke Lemaitre 2023-10-09 20:16:02 +02:00
  • 9357ea2881
    fix(edgy): typo Folke Lemaitre 2023-10-09 20:12:45 +02:00
  • fb70170058
    feat(edgy): when edgy is enabled, use edgy's main window for Telescope to open results in Folke Lemaitre 2023-10-09 20:12:07 +02:00
  • c0ce89fe62
    feat(telescope): smarter way to determine the window to open a file in Folke Lemaitre 2023-10-09 20:11:45 +02:00
  • 5d44c976a7
    fix(autocmds): extra check that we didn't do last_loc more than once for the buffer Folke Lemaitre 2023-10-09 20:11:05 +02:00
  • 6b857f1de6
    feat(options): set virtualedit=block by default Folke Lemaitre 2023-10-09 17:49:00 +02:00
  • 9670c8a400
    feat(dashboard): show loaded/count plugins on dashboard instead of just count Folke Lemaitre 2023-10-09 12:49:33 +02:00
  • 2abb5907ef
    style(config): added tracking for colorscheme Folke Lemaitre 2023-10-09 12:49:09 +02:00
  • 2c658a374d
    style(cmp): dont include cmp-nvim-lsp as a dep of lspconfig Folke Lemaitre 2023-10-09 11:34:58 +02:00
  • 4fe7ccae73
    build(format): sort requires Folke Lemaitre 2023-10-09 11:34:23 +02:00
  • 0a05888d99
    fix(cmp): set default group_index to 1 to prevent issues with custom sources Folke Lemaitre 2023-10-09 10:05:57 +02:00
  • d894556c37
    feat(cmp): ctrl+CR will abort cmp and enter a new line Folke Lemaitre 2023-10-09 09:51:53 +02:00
  • efbe4e5793
    chore(main): release 9.7.0 (#1638) v9.7.0 github-actions[bot] 2023-10-09 09:18:33 +02:00
  • 14d0659ee5
    chore(main): release 9.7.0 github-actions[bot] 2023-10-09 07:16:51 +00:00
  • 1779858426
    fix(black): remove unknown blackd from conform (#1640) jyuan0 2023-10-09 03:15:15 -04:00
  • cc8397ade3 chore(build): auto-generate vimdoc github-actions[bot] 2023-10-09 07:14:25 +00:00
  • b05783de8c
    feat(codeium): added lualine component with codeium status similar to copilot Folke Lemaitre 2023-10-09 09:13:14 +02:00
  • 22271cdbbc
    refactor(copilot): dont use deprecated get_clients Folke Lemaitre 2023-10-09 09:12:48 +02:00
  • bff3a99697
    feat(cmp): removed priority comparator in favor of source priorities for copilot/codeium Folke Lemaitre 2023-10-09 09:12:29 +02:00
  • a5939c20ba fix(black): remove unknown blackd from conform Jacob Yuan 2023-10-09 02:59:12 -04:00
  • 302c1ff66e
    feat(codeium): use actual codeium icon Folke Lemaitre 2023-10-09 08:25:02 +02:00
  • eddd3af351
    feat(cmp): added custom comparator to prioritize AI sources like copilot and codeium Folke Lemaitre 2023-10-09 00:06:58 +02:00
  • dd55cbdc99
    fix(lualine): only show statusline as soon as lualine loads Folke Lemaitre 2023-10-08 23:27:46 +02:00
  • 838ce85ad6
    fix(bufferline): fix bufferline when restoring a session Folke Lemaitre 2023-10-08 22:59:50 +02:00
  • 720b17f970
    fix(bufferline): fix bufferline when restoring a session fix_cmp Folke Lemaitre 2023-10-08 22:59:50 +02:00
  • 5219cad564
    feat(black): added an extra for black with none-ls & conform.nvim (#1245) Markis Taylor 2023-10-08 16:34:06 -04:00
  • de93848f58
    fix(cmp): properly set cmp group_index to fix issues with copilot and other sources (#1639) Folke Lemaitre 2023-10-08 22:32:03 +02:00
  • b9a2aa868b
    fix(cmp): properly set cmp group_indexk Folke Lemaitre 2023-10-08 22:25:09 +02:00
  • a9eaf7bb9a
    fix: update to none-ls/conform Markis Taylor 2023-10-08 15:34:30 -04:00
  • 502d32490b
    fix(options): set sessionoptions the same as persistence Folke Lemaitre 2023-10-08 20:23:49 +02:00
  • 51e25a94b4
    fix(plugins): make sure init specs are loaded first Folke Lemaitre 2023-10-08 20:23:22 +02:00
  • 1eac633c4f
    perf(util): closure for get_clients to prevent loading vim.lsp cascade early Folke Lemaitre 2023-10-08 20:22:47 +02:00
  • 3f67ac3c73
    chore(main): release 9.6.0 (#1632) v9.6.0 github-actions[bot] 2023-10-08 19:53:20 +02:00
  • 32a1ebcb8b
    chore(main): release 9.6.0 github-actions[bot] 2023-10-08 17:30:44 +00:00
  • 33c677a55e
    fix(yaml): yaml schemas are a dict, not a list, so merge properly. Fixes #1636 Folke Lemaitre 2023-10-08 19:29:00 +02:00
  • e11a3cbe80
    fix(config): trigger LazyFile additionally on BufWritePre for saving unnamed files Folke Lemaitre 2023-10-08 15:17:50 +02:00
  • 639a6e7545
    feat(extra): add extra util.dot that configures multiple ft and treesitter langs when needed Folke Lemaitre 2023-10-08 13:45:54 +02:00
  • 80e6696343
    chore(main): release 9.5.0 (#1631) v9.5.0 github-actions[bot] 2023-10-08 12:58:53 +02:00
  • 46c24944cc
    chore(main): release 9.5.0 github-actions[bot] 2023-10-08 10:58:03 +00:00
  • eebdceca17
    fix(util): fixup typo vim.lsp.get_active_clients Folke Lemaitre 2023-10-08 12:55:50 +02:00
  • c9bbb922e5
    feat(treesitter): add diff, jsonc and yaml by default Folke Lemaitre 2023-10-08 12:37:59 +02:00
  • 8b01baef4d
    feat(dap): add clangd debuggee launch arguments genmzy 2023-10-08 17:43:29 +08:00
  • 6e3fb589d5
    chore(main): release 9.4.1 (#1628) v9.4.1 github-actions[bot] 2023-10-08 11:42:13 +02:00
  • d139f34e01
    chore(main): release 9.4.1 github-actions[bot] 2023-10-08 09:34:35 +00:00
  • 4e0a05808c
    fix(config): dont append LazyVim early to the rtp when bootstrapping Folke Lemaitre 2023-10-08 11:33:03 +02:00
  • 6b837e9165
    style: lua annotations and handle deprecated methods Folke Lemaitre 2023-10-08 10:45:38 +02:00