Commit graph

  • 43e384dc02 fix(util.toggle): In accordance with #3202 Iordanis Petkakis 2024-05-27 21:08:30 +03:00
  • 505ce3851c
    chore(main): release 11.9.0 (#3333) v11.9.0 github-actions[bot] 2024-05-27 18:24:15 +02:00
  • d0c4f2e62b
    chore(main): release 11.9.0 github-actions[bot] 2024-05-27 16:24:01 +00:00
  • 0a63734b78
    fix(lsp): double check for documentHighlight. See #3246 Folke Lemaitre 2024-05-27 18:22:44 +02:00
  • a23e8c15f5
    feat(copilot-chat): enhanced rendering of the chat window Folke Lemaitre 2024-05-27 18:16:35 +02:00
  • 02b240cea5
    fix(copilot-chat): clear -> reset Folke Lemaitre 2024-05-27 17:53:38 +02:00
  • eb1c04bd31
    fix(terminal): make gf behave. Fixes #3335 Folke Lemaitre 2024-05-27 17:38:51 +02:00
  • 163f7ea303
    fix(edgy): load edgy spec early Folke Lemaitre 2024-05-27 17:38:30 +02:00
  • 2695fc7dfc
    feat(copilot-chat): make keymaps work in visual mode Folke Lemaitre 2024-05-27 16:48:18 +02:00
  • 54d7cea305
    fix(typescript): invalid value in inlayHints options (#3331) Ben Elan 2024-05-27 04:48:22 -07:00
  • 2e7b80f289
    fix: add cmp-r back Folke Lemaitre 2024-05-27 13:30:23 +02:00
  • 7fbaed9718
    fix(typescript): invalid value in inlayHints options Ben Elan 2024-05-27 01:05:41 -07:00
  • 91fe7ef568
    chore(main): release 11.8.0 (#3326) v11.8.0 github-actions[bot] 2024-05-27 09:07:31 +02:00
  • 9efb62c862
    chore(main): release 11.8.0 github-actions[bot] 2024-05-27 06:43:47 +00:00
  • 46785526a6
    feat(extras): added extra for CopilotChat.nvim Folke Lemaitre 2024-05-27 08:42:30 +02:00
  • d3500a4a33
    fix(rust): show error when rust-analyzer not found Folke Lemaitre 2024-05-27 08:09:24 +02:00
  • f48d55a653
    fix(lang/rust): Remove rust-analyzer from nvim-lspconfig (#2755) Iordanis Petkakis 2024-05-27 09:04:51 +03:00
  • 9ccdbf644c
    feat(git): Change Commit Log to use Lazygit (#2959) George Guimarães 2024-05-26 22:53:49 -07:00
  • 0f2f3bf144
    fix conflicts Folke Lemaitre 2024-05-27 07:52:11 +02:00
  • 62d438461a
    fix: use gl Folke Lemaitre 2024-05-27 07:49:06 +02:00
  • c73fa99786
    refactor: r Folke Lemaitre 2024-05-27 07:06:05 +02:00
  • dbed614655
    fix(laygit): normalize paths. Fixes #3327 Folke Lemaitre 2024-05-27 05:35:47 +02:00
  • 61dc00147b chore(build): auto-generate vimdoc github-actions[bot] 2024-05-27 05:14:23 +00:00
  • d23e8572e8
    fix(laygit): use correct .git root for git blame Folke Lemaitre 2024-05-27 07:13:43 +02:00
  • 53911748dd
    fix(snippet): always use top-level snippet session. Fixes #3199 Folke Lemaitre 2024-05-26 18:51:11 +02:00
  • 59204df1cb
    chore(main): release 11.7.0 (#3317) v11.7.0 github-actions[bot] 2024-05-26 17:04:15 +02:00
  • f3758d979a fix typo arthur 2024-05-26 22:51:57 +08:00
  • 2ac43791d1
    chore(main): release 11.7.0 github-actions[bot] 2024-05-26 14:51:01 +00:00
  • 3a30070a4c
    feat: lazyrc files are now a lazy.nvim feature Folke Lemaitre 2024-05-26 16:49:48 +02:00
  • 7aa37064a2
    fix(lspconfig): make opts a function (#3311) Iordanis Petkakis 2024-05-26 17:06:15 +03:00
  • b3373f3428
    fix(lsp): added a-n, a-p for document highlights and cycling. Closes #3320 Folke Lemaitre 2024-05-26 16:03:13 +02:00
  • 7601a7d915 feat(lsp): additional reference keymaps dotfrag 2024-05-26 13:39:08 +03:00
  • 6d00cb856a fix(vimtex): suppress treesitter warning Oliver Papst 2024-05-26 11:18:33 +02:00
  • c9ab8224f5
    fix(illuminate): s/enabed/enabled (#3313) jyuan0 2024-05-26 04:38:28 -04:00
  • cdff9de172
    fix(lsp): correct previous reference keymap description (#3314) jyuan0 2024-05-26 04:33:40 -04:00
  • 945ee7e283 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-26 08:11:46 +00:00
  • 07a137199c
    fix(lsp): properly get buffer for dynamic capabilities (#3315) Lawrence Ho 2024-05-26 16:11:12 +08:00
  • 92b0a4f386 fix(lsp): properly get buffer for dynamic capabilities Lawrence Ho 2024-05-26 04:08:26 +00:00
  • 37577becd6 fix(illuminate): s/enabed/enabled Jacob Yuan 2024-05-26 00:02:36 -04:00
  • af5f473442 fix(lsp): correct previous reference keymap description Jacob Yuan 2024-05-25 23:55:21 -04:00
  • 683b543cb0 fix(lspconfig): make opts a function Iordanis Petkakis 2024-05-25 19:22:20 +03:00
  • b3f3e0f18c feat(ui): add codewindow (minimap) gacallea 2024-05-24 16:35:25 +02:00
  • e6bc5d8fe4
    Python Venv Selector: Switch to regexp branch for a rewrite of the plugin Rabin Adhikari 2024-05-24 15:44:18 +05:45
  • 4f1b02ea02 Rework into opts, modify pdfviewer to be os dependent Ben Puryear 2024-05-23 12:31:10 -07:00
  • 0f6ff53ce3
    chore(main): release 11.6.1 (#3292) v11.6.1 github-actions[bot] 2024-05-23 17:41:03 +02:00
  • 1c764ba912
    chore(main): release 11.6.1 github-actions[bot] 2024-05-23 15:40:37 +00:00
  • 10ed3082a4
    fix(lsp): use proper buffer for dynamic capabilities. Fixes #3246 Folke Lemaitre 2024-05-23 17:39:20 +02:00
  • 7d32aaca6b fix: use extension instead Rubin Bhandari 2024-05-23 17:52:11 +05:45
  • 4b68c4d164 Removed Lualine Ben Puryear 2024-05-22 23:19:15 -07:00
  • c6e8c5b450
    chore(main): release 11.6.0 (#3269) v11.6.0 github-actions[bot] 2024-05-23 07:15:41 +02:00
  • c211a55da1
    chore(main): release 11.6.0 github-actions[bot] 2024-05-23 05:15:34 +00:00
  • 692aa08da7 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-23 05:14:55 +00:00
  • 46cf5347b5
    fix(lsp): only enableinlay hints for when buffer is an actual file. See #3284 Folke Lemaitre 2024-05-23 07:13:41 +02:00
  • 8b2c8070c2 Format Ben Puryear 2024-05-22 18:59:06 -07:00
  • 6f9e1a81d0 Added nvim-neotest Ben Puryear 2024-05-22 18:13:49 -07:00
  • e8a8d50128 Improved nvim-lspconfig config for r_language_server Ben Puryear 2024-05-22 18:13:35 -07:00
  • 4f96bdc98c Removed hardcoded addition of R-languageserver in MasonLSP Ben Puryear 2024-05-22 18:12:17 -07:00
  • f9b31372ae
    fix(python): extras.lang.python to enable venv select keys on ft (#3280) Caidan Williams 2024-05-22 10:39:16 -07:00
  • ad6c9bcfab
    Revert "fix: set markdown for LICENSE file (#3276)" Folke Lemaitre 2024-05-22 19:37:13 +02:00
  • 31f876cc4c chore(build): auto-generate vimdoc github-actions[bot] 2024-05-22 17:37:04 +00:00
  • 1eea51606e
    fix: set markdown for LICENSE file (#3276) Rubin Bhandari 2024-05-22 23:21:33 +05:45
  • 5776c960c0
    fix: extras.lang.python to enable venv select keys on ft Caidan Williams 2024-05-22 09:51:07 -07:00
  • 512385380c fix(typescript): set json filetype for tsbuild file Rubin Bhandari 2024-05-22 15:47:17 +05:45
  • 0ea5208357 fix: set markdown for LICENSE file Rubin Bhandari 2024-05-22 15:39:45 +05:45
  • 2a409763c4
    add quarto for conform too Aman9das 2024-05-22 12:11:38 +05:30
  • 2a96a1213e
    add quarto for marksman Aman9das 2024-05-22 12:08:50 +05:30
  • 519e7d66b1
    add quarto markdown support for headlines Aman9das 2024-05-22 11:53:53 +05:30
  • 478f6f02f1 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-22 06:03:09 +00:00
  • ec44dc4dd7
    Discard changes to doc/LazyVim.txt Rubin Bhandari 2024-05-22 11:47:32 +05:45
  • 4996cba394
    Merge branch 'main' into main Rubin Bhandari 2024-05-22 11:47:20 +05:45
  • eabd87e6d5
    Discard changes to release-please-config.json Rubin Bhandari 2024-05-22 11:00:09 +05:45
  • 8322b0abe9 fix: add release manifest Rubin Bhandari 2024-05-22 10:59:07 +05:45
  • d60270ec58
    Create release-please-config.json Rubin Bhandari 2024-05-22 10:57:36 +05:45
  • 28fa4762ed chore(build): auto-generate vimdoc github-actions[bot] 2024-05-22 05:10:43 +00:00
  • 8b17fc49c3
    Create release-please-config.json Rubin Bhandari 2024-05-22 10:55:06 +05:45
  • 70000ee383 Formatted Lua Ben Puryear 2024-05-21 17:36:12 -07:00
  • 069350552a Removed "made by Ben10164" Ben Puryear 2024-05-21 17:12:25 -07:00
  • 6550e1a22d Added R extra Ben Puryear 2024-05-21 16:38:36 -07:00
  • ae6d8f1a34
    feat(markdown): add formatter for mdx Folke Lemaitre 2024-05-21 23:05:29 +02:00
  • 9eec03d890
    feat(markdown): configure conform for markdown files (#2308) Peter Benjamin 2024-05-21 14:03:43 -07:00
  • 79608fbc4f
    feat(telescope): add telescope jumplist keymap (#3268) Kevin Traver 2024-05-21 14:56:15 -06:00
  • 9d73347a37 feat(telescope): add telescope jumplist keymap Kevin Traver 2024-05-21 14:54:00 -06:00
  • 3ebe30685d
    chore(main): release 11.5.0 (#3265) v11.5.0 github-actions[bot] 2024-05-21 22:28:15 +02:00
  • 7fef07f3b7
    chore(main): release 11.5.0 github-actions[bot] 2024-05-21 20:08:20 +00:00
  • e46dd4e9b2
    fix(neo-tree): better icons for git staged/unstaged Folke Lemaitre 2024-05-21 22:06:52 +02:00
  • ab4e57a4bf
    feat(telescope): add quickfix and telescope keymaps (#3077) Kevin Traver 2024-05-21 12:34:28 -06:00
  • 027d6bc2e8
    fix(snippets): my nvim-snippets PR is merged, so remove work-around. That was quick :) Folke Lemaitre 2024-05-21 20:26:30 +02:00
  • cb1e1b9c82
    fix(snippets): fixes custom snippets. use my branch till nvim-snippets PR is merged. Fixes #3240 Folke Lemaitre 2024-05-21 20:18:20 +02:00
  • d73397c4aa
    fix(snippets): make friendly snippets a dep of nvim-snippets Folke Lemaitre 2024-05-21 19:54:20 +02:00
  • 2bae438570
    fix(cmp): fix cmp's broken snippet parsing functionality. Fixes #3266 Folke Lemaitre 2024-05-21 19:51:13 +02:00
  • 8ba7c64a7d
    feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10 Folke Lemaitre 2024-05-21 19:31:40 +02:00
  • 55b07dee21
    fix(nvim-snippets): enable global friendly-snippets. See #3240 Folke Lemaitre 2024-05-21 19:22:41 +02:00
  • 8c94842b4a
    fix(lsp): sometimes lsp client is not fully initialized and doesnt yet have client.supports_method on 0.9.5. Fixes #3263 Folke Lemaitre 2024-05-21 18:23:04 +02:00
  • 113ae263d6
    Update ci.yml Rubin Bhandari 2024-05-21 15:51:26 +05:45
  • d19a004136 chore(build): auto-generate vimdoc github-actions[bot] 2024-05-21 10:01:38 +00:00
  • 6aae99e76d
    chore(main): release 11.4.1 (#3256) v11.4.1 github-actions[bot] 2024-05-21 12:00:59 +02:00
  • ea88b424cb ci: change the release please action name to new Rubin Bhandari 2024-05-21 15:26:58 +05:45
  • d15c7d692b
    Merge branch 'LazyVim:main' into main Rubin Bhandari 2024-05-21 15:24:06 +05:45
  • 3a50aba86e
    chore(main): release 11.4.1 github-actions[bot] 2024-05-20 20:40:54 +00:00
  • 8e67bb1240
    fix(java): properly pass settings to jdtls Folke Lemaitre 2024-05-20 22:39:34 +02:00