Commit graph

  • f31080883b fix(lsp): fix ts/deno both attaching Folke Lemaitre 2024-05-29 15:39:17 +02:00
  • f7591d7cdf feat(typescript)!: the typescript extra now uses vtsls instead of tsserver. You may want to update your lsp settings. Folke Lemaitre 2024-05-29 15:10:53 +02:00
  • 3c84465b59 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-29 12:46:34 +00:00
  • fcb0f3b26e feat(lsp): added leader-cR to rename the current file and to lsp rename operations Folke Lemaitre 2024-05-29 14:40:36 +02:00
  • e90a7feeac fix(lsp): fix LazyVim's on_file_rename to work according to the lsp spec Folke Lemaitre 2024-05-29 14:19:03 +02:00
  • 7892cab8cd style: cleanup Folke Lemaitre 2024-05-28 21:10:45 +02:00
  • 5ecff4c0d2 chore(main): release 11.11.0 (#3351) github-actions[bot] 2024-05-28 23:04:16 +02:00
  • 9e8128151d fix(snippets): fix snippets with multiple placeholders for the same tabstop Folke Lemaitre 2024-05-28 19:32:21 +02:00
  • 90e50afa44 feat(snippets): try to use the snippet parse to get a preview Folke Lemaitre 2024-05-28 19:31:59 +02:00
  • 7c311d3950 fix(snippets): show actual error for failed snippet Folke Lemaitre 2024-05-28 19:31:22 +02:00
  • be1f39f662 fix(nvim-snippets): no longer needed to set global_snippets Folke Lemaitre 2024-05-28 17:50:13 +02:00
  • 0bd9dc85df chore(main): release 11.10.0 (#3339) github-actions[bot] 2024-05-28 16:15:34 +02:00
  • f8fd881bab fix(nvim-snippets): remove extra filetypes since thats no longer needed with merged PR Folke Lemaitre 2024-05-28 16:12:53 +02:00
  • ad7e674b21 feat(snippets): re-number tabstops for invalid snippets Folke Lemaitre 2024-05-28 16:12:35 +02:00
  • bc7a61760b fix(nvim-snippets): also enable for tsx/jsx files Folke Lemaitre 2024-05-28 15:13:29 +02:00
  • 455423c735 fix(nvim-snippets): load js snippets for ts. See #3344 Folke Lemaitre 2024-05-28 15:11:29 +02:00
  • f00cf92502 feat(scala-extra): Use noice for progress and add minimal keybinding (#3348) Christian Kleinbölting 2024-05-28 14:55:11 +02:00
  • e3a74e8bde feat(lang): add R (#3272) Ben Puryear 2024-05-28 04:44:38 -07:00
  • 0227781820 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-28 05:40:04 +00:00
  • 5239fe19ee feat(keymaps): add comment above/below current line with gco/gcO Folke Lemaitre 2024-05-28 07:39:26 +02:00
  • f5df98b003 feat(lsp): config option to exclude certain filetypes from inlay hints. Closes #3202 Folke Lemaitre 2024-05-27 21:19:36 +02:00
  • 2b9e021dc0 fix(copilot-chat): enhanced chat view is now merged upstream, so update your plugins! Folke Lemaitre 2024-05-27 20:57:46 +02:00
  • 7c61b43222 chore(main): release 11.9.0 (#3333) github-actions[bot] 2024-05-27 18:24:15 +02:00
  • 6fba1b5a46 fix(lsp): double check for documentHighlight. See #3246 Folke Lemaitre 2024-05-27 18:22:44 +02:00
  • 9ec7891929 feat(copilot-chat): enhanced rendering of the chat window Folke Lemaitre 2024-05-27 18:16:35 +02:00
  • 850a00a451 fix(copilot-chat): clear -> reset Folke Lemaitre 2024-05-27 17:53:38 +02:00
  • 5837182752 fix(terminal): make gf behave. Fixes #3335 Folke Lemaitre 2024-05-27 17:38:51 +02:00
  • c716129f16 fix(edgy): load edgy spec early Folke Lemaitre 2024-05-27 17:38:30 +02:00
  • 4d5d35b9c7 feat(copilot-chat): make keymaps work in visual mode Folke Lemaitre 2024-05-27 16:48:18 +02:00
  • 3fcb8e20ff fix(typescript): invalid value in inlayHints options (#3331) Ben Elan 2024-05-27 04:48:22 -07:00
  • b689007b49 chore(main): release 11.8.0 (#3326) github-actions[bot] 2024-05-27 09:07:31 +02:00
  • 393bf7ec0c feat(extras): added extra for CopilotChat.nvim Folke Lemaitre 2024-05-27 08:42:30 +02:00
  • 5cc94a3ab9 fix(rust): show error when rust-analyzer not found Folke Lemaitre 2024-05-27 08:09:24 +02:00
  • fd777dacf5 fix(lang/rust): Remove rust-analyzer from nvim-lspconfig (#2755) Iordanis Petkakis 2024-05-27 09:04:51 +03:00
  • 17109589f5 feat(git): Change Commit Log to use Lazygit (#2959) George Guimarães 2024-05-26 22:53:49 -07:00
  • a059129a81 fix(laygit): normalize paths. Fixes #3327 Folke Lemaitre 2024-05-27 05:35:47 +02:00
  • d38e01e523 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-27 05:14:23 +00:00
  • 29cca00ee1 fix(laygit): use correct .git root for git blame Folke Lemaitre 2024-05-27 07:13:43 +02:00
  • 8cd2d64e69 fix(snippet): always use top-level snippet session. Fixes #3199 Folke Lemaitre 2024-05-26 18:51:11 +02:00
  • 9be9f2cd33 chore(main): release 11.7.0 (#3317) github-actions[bot] 2024-05-26 17:04:15 +02:00
  • 0840b60fc7 feat: lazyrc files are now a lazy.nvim feature Folke Lemaitre 2024-05-26 16:49:48 +02:00
  • f55332d1ff fix(lspconfig): make opts a function (#3311) Iordanis Petkakis 2024-05-26 17:06:15 +03:00
  • 8a7e0cc3fe fix(lsp): added a-n, a-p for document highlights and cycling. Closes #3320 Folke Lemaitre 2024-05-26 16:03:13 +02:00
  • 562c595cfa fix(illuminate): s/enabed/enabled (#3313) jyuan0 2024-05-26 04:38:28 -04:00
  • cf6177422e fix(lsp): correct previous reference keymap description (#3314) jyuan0 2024-05-26 04:33:40 -04:00
  • b830781ebe chore(build): auto-generate vimdoc github-actions[bot] 2024-05-26 08:11:46 +00:00
  • 1bd7bb037a fix(lsp): properly get buffer for dynamic capabilities (#3315) Lawrence Ho 2024-05-26 16:11:12 +08:00
  • 16d96ae060 chore(main): release 11.6.1 (#3292) github-actions[bot] 2024-05-23 17:41:03 +02:00
  • 75e8dad0ba fix(lsp): use proper buffer for dynamic capabilities. Fixes #3246 Folke Lemaitre 2024-05-23 17:39:20 +02:00
  • 5d0db381bb chore(main): release 11.6.0 (#3269) github-actions[bot] 2024-05-23 07:15:41 +02:00
  • 51868fccdb chore(build): auto-generate vimdoc github-actions[bot] 2024-05-23 05:14:55 +00:00
  • 836ca97560 fix(lsp): only enableinlay hints for when buffer is an actual file. See #3284 Folke Lemaitre 2024-05-23 07:13:41 +02:00
  • 05631fcf92 fix(python): extras.lang.python to enable venv select keys on ft (#3280) Caidan Williams 2024-05-22 10:39:16 -07:00
  • 52af1cd420 Revert "fix: set markdown for LICENSE file (#3276)" Folke Lemaitre 2024-05-22 19:37:13 +02:00
  • a37918b877 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-22 17:37:04 +00:00
  • 41e1c7c516 fix: set markdown for LICENSE file (#3276) Rubin Bhandari 2024-05-22 23:21:33 +05:45
  • da68c6cb12
    Discard changes to lua/lazyvim/plugins/extras/lang/typescript.lua Rubin Bhandari 2024-05-30 11:35:21 +05:45
  • 2e5e46d9ff chore(build): auto-generate vimdoc github-actions[bot] 2024-05-30 05:19:20 +00:00
  • a224ef2a73
    fix(clangd): switch source/header is now leader-ch. Fixes #3363 Folke Lemaitre 2024-05-30 07:18:41 +02:00
  • 2a7d163a8a
    feat(copilot-chat): add cmp integration Folke Lemaitre 2024-05-30 00:27:10 +02:00
  • 80143069ff
    chore(main): release 12.0.0 (#3357) v12.0.0 github-actions[bot] 2024-05-29 22:37:15 +02:00
  • b57921eadd
    chore(main): release 12.0.0 github-actions[bot] 2024-05-29 20:37:03 +00:00
  • 3ace8277e5
    feat(keymaps): new keymap to toggle mazimize of current window leader-m or leader-wm Folke Lemaitre 2024-05-29 22:35:40 +02:00
  • a13457eea3
    fix(trouble_v3): set correct lualine section background color Folke Lemaitre 2024-05-29 21:38:05 +02:00
  • 0975eeb9ad
    feat(vscode): added ts-comments to allow list for vscode Folke Lemaitre 2024-05-29 18:22:54 +02:00
  • 804756209e
    fix(lsp): remove duplicate keymap Folke Lemaitre 2024-05-29 16:39:02 +02:00
  • 01e6718e03
    fix(lsp): added support for has as array for lsp keymaps Folke Lemaitre 2024-05-29 16:31:16 +02:00
  • 38b8736b81
    feat(typescript): added gR to goto file references Folke Lemaitre 2024-05-29 16:02:38 +02:00
  • 4dfd5c2596
    fix(lsp): create gr with nowait=true Folke Lemaitre 2024-05-29 16:02:13 +02:00
  • f6bcf6f12c
    fix(lsp): fix ts/deno both attaching Folke Lemaitre 2024-05-29 15:39:17 +02:00
  • fba06ce9f5
    feat(typescript)!: the typescript extra now uses vtsls instead of tsserver. You may want to update your lsp settings. Folke Lemaitre 2024-05-29 15:10:53 +02:00
  • cf46d265ff chore(build): auto-generate vimdoc github-actions[bot] 2024-05-29 12:46:34 +00:00
  • b949dba489
    feat(lsp): added leader-cR to rename the current file and to lsp rename operations Folke Lemaitre 2024-05-29 14:40:36 +02:00
  • 4bbeb37a18
    fix(lsp): fix LazyVim's on_file_rename to work according to the lsp spec Folke Lemaitre 2024-05-29 14:19:03 +02:00
  • 54d687383d
    style: cleanup Folke Lemaitre 2024-05-28 21:10:45 +02:00
  • 0160851a25
    chore(main): release 11.11.0 (#3351) v11.11.0 github-actions[bot] 2024-05-28 23:04:16 +02:00
  • 4d2fb2eb38 fix(keymap):use remap for keymap Redoxahmii 2024-05-29 01:22:19 +05:00
  • f3d26def44 feat(neo-tree):shortcuts for opening neotree at buffer location Redoxahmii 2024-05-28 23:03:32 +05:00
  • 19a826049b
    chore(main): release 11.11.0 github-actions[bot] 2024-05-28 17:33:45 +00:00
  • 1b86d7b2ad
    fix(snippets): fix snippets with multiple placeholders for the same tabstop Folke Lemaitre 2024-05-28 19:32:21 +02:00
  • eb0da3c92f
    feat(snippets): try to use the snippet parse to get a preview Folke Lemaitre 2024-05-28 19:31:59 +02:00
  • 425dadef72
    fix(snippets): show actual error for failed snippet Folke Lemaitre 2024-05-28 19:31:22 +02:00
  • 91493588a8
    fix(nvim-snippets): no longer needed to set global_snippets Folke Lemaitre 2024-05-28 17:50:13 +02:00
  • 97bdcc1c52
    chore(main): release 11.10.0 (#3339) v11.10.0 github-actions[bot] 2024-05-28 16:15:34 +02:00
  • 4319b49a24
    chore(main): release 11.10.0 github-actions[bot] 2024-05-28 14:14:23 +00:00
  • a6e6d4dabd
    fix(nvim-snippets): remove extra filetypes since thats no longer needed with merged PR Folke Lemaitre 2024-05-28 16:12:53 +02:00
  • cf4374867d
    feat(snippets): re-number tabstops for invalid snippets Folke Lemaitre 2024-05-28 16:12:35 +02:00
  • 025ba33dc3
    fix(nvim-snippets): also enable for tsx/jsx files Folke Lemaitre 2024-05-28 15:13:29 +02:00
  • 99f0a1cb40
    fix(nvim-snippets): load js snippets for ts. See #3344 Folke Lemaitre 2024-05-28 15:11:29 +02:00
  • de57894158
    feat(scala-extra): Use noice for progress and add minimal keybinding (#3348) Christian Kleinbölting 2024-05-28 14:55:11 +02:00
  • f982010dd8
    make keybinding only available for scala filetypes Christian Kleinbölting 2024-05-28 14:53:38 +02:00
  • d13ff2d541
    remove figest, noice works already Christian Kleinbölting 2024-05-28 14:49:18 +02:00
  • f7914668ca
    Use fidget for progress and add minimal keybinding Christian Kleinbölting 2024-05-28 14:34:30 +02:00
  • 80c9dcaabe
    feat(lang): add R (#3272) Ben Puryear 2024-05-28 04:44:38 -07:00
  • 63208a10ea Set pdfviewer to be an empty string Ben Puryear 2024-05-27 23:10:04 -07:00
  • 49165e7b13 Added quarto whichkey group label Ben Puryear 2024-05-27 23:09:50 -07:00
  • a3011c91d4 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-28 05:40:04 +00:00
  • 47a8736278
    feat(keymaps): add comment above/below current line with gco/gcO Folke Lemaitre 2024-05-28 07:39:26 +02:00
  • e68ff6897e
    feat(lsp): config option to exclude certain filetypes from inlay hints. Closes #3202 Folke Lemaitre 2024-05-27 21:19:36 +02:00
  • 08481c2c92
    fix(copilot-chat): enhanced chat view is now merged upstream, so update your plugins! Folke Lemaitre 2024-05-27 20:57:46 +02:00