Commit graph

  • 590c68b151
    chore(main): release 1.5.0 github-actions[bot] 2023-02-07 21:00:58 +00:00
  • 5f5a564a82
    fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169 Folke Lemaitre 2023-02-07 21:59:33 +01:00
  • 088914e1dd
    feat(trouble): keymaps for trouble quicklist / loclist (#171) Andreas Gerlach 2023-02-07 21:50:41 +01:00
  • 279f4f115b
    feat: added keymaps for loclist and qf list with trouble Folke Lemaitre 2023-02-07 21:49:58 +01:00
  • f57031db7c
    feat(autocmds): add groups to autocmds (#151) Tamás Barta 2023-02-07 20:30:46 +01:00
  • ee609eb3d6
    refactor: autocmd groups Folke Lemaitre 2023-02-07 20:28:55 +01:00
  • 9131897b61
    docs: added recipes Folke Lemaitre 2023-02-07 19:42:01 +01:00
  • 0968e24f82
    chore(main): release 1.4.0 (#186) v1.4.0 github-actions[bot] 2023-02-07 17:00:11 +01:00
  • 9ad0b65192
    chore(main): release 1.4.0 github-actions[bot] 2023-02-07 15:47:58 +00:00
  • 320f5c6de7
    fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199 Folke Lemaitre 2023-02-07 16:46:43 +01:00
  • 826655b901
    fix(lsp): properly merge lsp client capabilities Folke Lemaitre 2023-02-07 16:41:40 +01:00
  • edd0fbb6a1 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-07 08:17:32 +00:00
  • a5755408dd
    feat(icons): add copilot icon (#195) Josh Medeski 2023-02-07 02:16:47 -06:00
  • 1f192b6a24 fix #191 Release unused <c-k> <c-b> <c-f> keymaps in insert mode ueaner 2023-02-07 11:53:18 +08:00
  • 9493125d01 feat: add copilot icon Josh Medeski 2023-02-06 21:30:42 -06:00
  • 4a9a2e8861 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-06 21:39:20 +00:00
  • 0556c011c5
    docs: video Folke Lemaitre 2023-02-06 22:38:19 +01:00
  • 4792d498ab chore(build): auto-generate vimdoc github-actions[bot] 2023-02-06 21:38:19 +00:00
  • 68ad526f3a
    docs: move video below install instructions Folke Lemaitre 2023-02-06 22:37:26 +01:00
  • ab89f46fba chore(build): auto-generate vimdoc github-actions[bot] 2023-02-06 21:36:02 +00:00
  • e7004bce30
    docs: video walkthrough to get started (#170) Mauricio Poppe 2023-02-06 13:35:23 -08:00
  • c5bcec99ab
    Improve Telescope mappings Charles C 2023-02-06 11:07:26 -05:00
  • 3a28ce7919
    fix(typescript): typescript extras Keymaps (#175) bahaaza 2023-02-06 17:44:43 +02:00
  • 2ff213126c
    fix(keymaps): move lines with silent and without triggering cmdline. Fixes #184 Folke Lemaitre 2023-02-06 08:43:51 +01:00
  • e5626e9a2d
    fix(keymaps): silent by default Folke Lemaitre 2023-02-06 08:35:11 +01:00
  • d905ff08b9 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-06 07:31:56 +00:00
  • 182323623a
    fix(mini.surround): use merged plugin spec to build keys. Fixes #172. Fixes #177 Folke Lemaitre 2023-02-06 08:31:04 +01:00
  • 55a8fa02de fix(keymaps): silently move lines loichyan 2023-02-06 13:12:51 +08:00
  • 3f8b9e3781 fix: add missing border loichyan 2023-02-05 17:53:01 +08:00
  • 368a1e1c7e fix(mini.surround): user can change keybinds again Pawel Protas 2023-02-05 12:10:54 +01:00
  • 10763f6120 Fix typescript extras Keymaps Bahaa Zahika 2023-02-05 03:17:01 +02:00
  • 18d16b4e70
    use trouble quicklist / loclist if available Andreas Gerlach 2023-02-04 10:15:57 +01:00
  • fbd40f32a0
    docs: video walkthrough to get started Mauricio Poppe 2023-02-03 20:44:41 -08:00
  • 663e142bcd chore(build): auto-generate vimdoc github-actions[bot] 2023-02-03 17:07:08 +00:00
  • dfba8bab93
    docs: Update README.md (#167) Brian Di Palma 2023-02-03 17:06:22 +00:00
  • 1415d39e5e
    Update README.md Brian Di Palma 2023-02-03 12:57:20 +00:00
  • e21f058fd4
    chore(main): release 1.3.4 (#152) v1.3.4 github-actions[bot] 2023-02-02 09:30:39 +01:00
  • 7b49b207d1
    chore(main): release 1.3.4 github-actions[bot] 2023-02-02 08:29:58 +00:00
  • c567164e71 chore(build): auto-generate vimdoc github-actions[bot] 2023-02-02 08:29:25 +00:00
  • b81ecf9f7a
    fix(nvim-navic): use kinds icons for navic. Fixes #164 Folke Lemaitre 2023-02-02 09:28:17 +01:00
  • 1fe75188c3
    make argc if statement more readable syIvii 2023-01-31 11:26:45 -08:00
  • 1aa9e26e84 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-31 07:20:48 +00:00
  • 3b5f363074
    fix(mini.ai): load ai on VeryLazy. Keymaps interfer with which-key. #155 Folke Lemaitre 2023-01-31 08:20:00 +01:00
  • 7f02013e5a
    revert config loading refactor and inline augroups Tamás Barta 2023-01-30 17:12:12 +01:00
  • c5b22c0832
    fix(noice): scroll doc window in normal, insert and select mode Folke Lemaitre 2023-01-29 21:17:28 +01:00
  • e05d7658fb
    fix(config): add groups to autocommands, and fix plugin/user config order Tamás Barta 2023-01-29 19:41:28 +01:00
  • 59c32788ae
    chore(main): release 1.3.3 (#131) v1.3.3 github-actions[bot] 2023-01-29 09:22:18 +01:00
  • e652adfdf8
    chore(main): release 1.3.3 github-actions[bot] 2023-01-29 08:18:50 +00:00
  • b7d514d15a chore(build): auto-generate vimdoc github-actions[bot] 2023-01-29 08:18:22 +00:00
  • ac1f188525
    fix(neo-tree): disable the <space> mapping (you can use <cr> instead), to make sure <leader> mappings still work. Fixes #146 Folke Lemaitre 2023-01-29 09:17:13 +01:00
  • 48f45d4469 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-28 14:43:10 +00:00
  • 40f73a2c13
    style: fix comment typo (#145) TheJoeSchr 2023-01-28 15:42:29 +01:00
  • d475d11f3f util: fix comment typo Joe Schr 2023-01-28 15:35:17 +01:00
  • a37b24764e chore(build): auto-generate vimdoc github-actions[bot] 2023-01-27 07:14:19 +00:00
  • e96def6fe4
    docs: Added german Translation of the README (#136) Julius Krämer 2023-01-27 08:13:30 +01:00
  • 9398453fc8
    Rename README.de-DE.md.txt to README-DE.md.txt Julius Krämer 2023-01-26 08:25:37 +01:00
  • f08ff20ffd
    Added German Translation of README Julius Krämer 2023-01-26 08:24:44 +01:00
  • 835f77f3be
    fix(lualine): fixed nei-tree extension (#132) Matthis Kälble 2023-01-25 19:01:55 +01:00
  • d94f1bee2e
    Update ui.lua Matthis Kälble 2023-01-25 18:54:46 +01:00
  • 5ac9938cc8
    fix(neo-tree): dont change cwd when opening neo-tree. Fixes #130 Folke Lemaitre 2023-01-25 14:54:14 +01:00
  • 9b35481e0c
    chore(main): release 1.3.2 (#121) v1.3.2 github-actions[bot] 2023-01-25 09:11:02 +01:00
  • 3b7413272e
    chore(main): release 1.3.2 github-actions[bot] 2023-01-25 08:01:45 +00:00
  • 65fb26fe97
    refactor: removed deprecation warnings from before 1.0.0 Folke Lemaitre 2023-01-25 09:00:19 +01:00
  • 2321847e72
    refactor: move LazyVim init to core Folke Lemaitre 2023-01-25 08:59:45 +01:00
  • bd4f350503
    fix(config): return defaults when setup was not run yet. Fixes #126 Folke Lemaitre 2023-01-25 08:56:48 +01:00
  • 12771e9987 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-25 07:25:09 +00:00
  • 2ae2a63265
    fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128 Folke Lemaitre 2023-01-25 08:19:44 +01:00
  • 5a4cb1b7ee
    fix(illuminate): delete ]] and [[ keymaps set by ftplugins. Fixes #124 Folke Lemaitre 2023-01-25 08:15:12 +01:00
  • 94267fe266
    refactor: removed noice deactivate Folke Lemaitre 2023-01-24 13:40:41 +01:00
  • 8650f2c99a
    fix(config): don't set options to their defaults (#120) adrian5 2023-01-24 13:40:18 +01:00
  • d80ba48dd7 fix(config): don't set options to their defaults adrian5 2023-01-24 11:46:14 +01:00
  • 128231a821
    chore(main): release 1.3.1 (#118) v1.3.1 github-actions[bot] 2023-01-24 08:53:46 +01:00
  • 39997940c1
    chore(main): release 1.3.1 github-actions[bot] 2023-01-24 07:53:38 +00:00
  • 5bf979d234
    fix(lsp): again Folke Lemaitre 2023-01-24 08:52:28 +01:00
  • 744028ea4c
    fix(lsp): check for nvim-cmp intsead of cmp Folke Lemaitre 2023-01-24 08:50:14 +01:00
  • 9848d56d8f
    chore(main): release 1.3.0 (#107) v1.3.0 github-actions[bot] 2023-01-24 08:44:36 +01:00
  • 3edabd1520
    chore(main): release 1.3.0 github-actions[bot] 2023-01-24 07:41:23 +00:00
  • 7fe6a8edc2 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-24 07:40:42 +00:00
  • 10f809784d
    feat: added deactivate for neo-tree and noice Folke Lemaitre 2023-01-24 08:39:41 +01:00
  • 5aa85e47e4
    fix(telescope): bind hidden/ignore to <a-i>, <a-h> instead of <c-i> since thats the same as <tab>. Fixes #117 Folke Lemaitre 2023-01-24 08:17:57 +01:00
  • adee0521bf
    feat(health): added some simple health checks Folke Lemaitre 2023-01-24 08:17:10 +01:00
  • b81dc71211
    fix(lsp): only load cmp-nvim-lsp when cmp is enabled Folke Lemaitre 2023-01-24 07:50:07 +01:00
  • 1b3b18d53b
    fix(options): don't set GUI font. Fixes #113 Folke Lemaitre 2023-01-23 23:42:01 +01:00
  • 7595bfaa3b
    fix(lsp): ]w and [w now work as expected. Fixes #109 Folke Lemaitre 2023-01-23 19:21:05 +01:00
  • e2bfd2d664 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-23 07:09:07 +00:00
  • 012dbab586
    feat(keymaps): do not create keymaps when a lazy keys handler exists Folke Lemaitre 2023-01-23 08:08:05 +01:00
  • bb3f0fdc55
    build: highlight extra module Folke Lemaitre 2023-01-23 08:07:28 +01:00
  • 638b227b1f
    chore(main): release 1.2.0 (#101) v1.2.0 github-actions[bot] 2023-01-23 00:14:42 +01:00
  • df56e6bcc2
    chore(main): release 1.2.0 github-actions[bot] 2023-01-22 23:12:40 +00:00
  • 1a55a167a0
    feat(extras): added extra for mini.animate. Highly recommended! Folke Lemaitre 2023-01-23 00:11:22 +01:00
  • d184825ee3
    chore(main): release 1.1.0 (#85) v1.1.0 github-actions[bot] 2023-01-22 15:16:56 +01:00
  • a36863c5c2
    chore(main): release 1.1.0 github-actions[bot] 2023-01-22 14:16:37 +00:00
  • 8bc321bb55
    feat: install latest stable release of lazy.nvim and LazyVim Folke Lemaitre 2023-01-22 15:15:08 +01:00
  • 254d0ca261
    fix(core): use lazy.nvim version configured by the user Folke Lemaitre 2023-01-22 14:33:55 +01:00
  • 29ae872ad1
    build: fix lsp keymaps doc generation Folke Lemaitre 2023-01-22 12:19:33 +01:00
  • 47ba46f184
    feat(lsp): make it easier to customize LSP keymaps. Fixes #93 Folke Lemaitre 2023-01-22 11:56:46 +01:00
  • 1ea6534ba4
    fix(indent-blankline): load on BufReadPost to prevent neo-tree errors Folke Lemaitre 2023-01-22 11:09:05 +01:00
  • 280f4cf299
    fix(treesitter): dont add to ensure_installed when "all". Fixes #98 Folke Lemaitre 2023-01-22 10:36:39 +01:00
  • ed554160bc chore(build): auto-generate vimdoc github-actions[bot] 2023-01-22 09:32:31 +00:00
  • cc0171e770
    feat(lsp): setup lsp servers not supported by mason-lspconfig and added mason=false to skip server setup by mason. Fixes #95 Folke Lemaitre 2023-01-22 10:31:48 +01:00