Commit graph

455 commits

Author SHA1 Message Date
Michael Utz
7095c4d49f Move changelog entry to proper release 2025-06-02 11:21:51 +03:00
Michael Utz
b1e2801ee3 Add change log entry 2025-05-30 18:02:25 +03:00
Andreas Nilsson
9e50a89d7e repl/conjure: init 2025-05-21 20:40:02 +02:00
Andreas Nilsson
a15ad3cd11 languages/clojure: init 2025-05-21 20:07:14 +02:00
Alexandra Østermark
139c18f296
Merge branch 'main' into avante 2025-05-18 21:00:09 +02:00
Alexandra Østermark
5fe4106866
Merge branch 'main' into avante
use pins for package call

syntax fix

add optional deps
2025-05-18 21:00:09 +02:00
raf
e3316b98df
Merge branch 'main' into fix-rustfmt 2025-05-18 02:18:26 +03:00
Christoph Koehler
37aac45396
fix: disable Conform for Rust if we have rust-analyzer enabled 2025-05-17 13:17:11 -06:00
haskex
23e40da9a4 remove temp file and add changelog 2025-05-17 12:08:24 -03:00
rice-cracker-dev
6d1b7ec094 docs: deprecate vim.scrollOffset 2025-05-17 11:53:39 +07:00
haskex
fde3dfbabd Adding changelog, and test again 2025-05-15 10:07:31 -03:00
Alexandra Østermark
3c79d4df64
Merge branch 'main' into add_ruby_lsp_as_ruby_server_option 2025-05-13 13:32:52 +02:00
Soliprem
89f1c02f04
Merge branch 'main' into clipboard-module 2025-05-13 13:21:22 +02:00
Alexandra Østermark
c2434da6b4
Merge remote-tracking branch 'origin/add_ruby_lsp_as_ruby_server_option' into add_ruby_lsp_as_ruby_server_option 2025-05-12 10:42:33 +02:00
Alexandra Østermark
8efdfd508e
add release notes 2025-05-12 10:41:58 +02:00
Christoph Koehler
054e4a3b9c
feat: add treesitter textobjects 2025-05-10 17:07:19 -06:00
Ching Pei Yang
b26e8b2db6
Merge branch 'main' into clipboard-module 2025-05-09 23:23:04 +02:00
Nikita
b6486a2aba
Merge branch 'main' into main 2025-05-09 22:22:16 +03:00
Ching Pei Yang
29f6940868
docs: update release notes 2025-05-09 04:16:30 +02:00
raf
60ab3c90b4
Merge branch 'main' into clipboard-module 2025-05-05 07:54:40 +00:00
taylrfnt
ee0a7e7048
changelog: update with summary of changes (non-breaking)
Add a summary of the (non-breaking) changes to the nvim-tree plugin
options per contributing guidelines.
2025-05-04 21:11:30 -05:00
raf
4b17e14f84
Merge branch 'main' into clipboard-module 2025-05-04 15:29:19 +00:00
f558b7bc00
docs: remove broken mentinos in old release notes 2025-05-04 18:25:53 +03:00
69e75a00ed
neovim/basic: deprecate vim.useSystemClipboard 2025-05-04 18:23:54 +03:00
4678f73411
neovim/clipboard: init module 2025-05-04 18:23:48 +03:00
Farouk Brown
e946799757
Merge branch 'main' into main 2025-05-03 18:04:20 +01:00
Jhuan Nycolas
028bd7b4cb
Update rl-0.8.md 2025-05-01 15:10:00 -03:00
haskex
1f7405aaf7 Changing options for hardtime plugin to hardtime-nvim, and adding the changelog 2025-04-30 22:02:00 -03:00
poz
eb4b990b49
release-notes: update jacekpoz to poz 2025-05-01 00:26:04 +02:00
poz
5dff9537d1
plugins/gitsigns: fix null-ls issue 2025-05-01 00:09:53 +02:00
raf
a8291918a9
Merge branch 'main' into main 2025-04-27 19:59:04 +00:00
raf
5259d1887e
Merge branch 'main' into snacks-integrations 2025-04-27 03:09:25 +00:00
Farouk Brown
9f6413e891
Merge branch 'main' into main 2025-04-24 17:23:53 +01:00
Farouk Brown
79f3dc2c02 Merge remote-tracking branch 'origin/markdown_fix' 2025-04-24 17:22:05 +01:00
Noah765
8f73019907 utility/sleuth: init 2025-04-24 09:20:42 +02:00
raf
43421d5612
Merge branch 'main' into fix-highlight-color-type 2025-04-23 19:36:13 +00:00
Noah765
990d3598b1 highlight: fix color type
The color options also allow color definitions in the form of color names.
2025-04-23 21:28:17 +02:00
Farouk Brown
9220c27e85 languages/render-markdown-nvim: add file_types as list
set file_types as listOf (nullOr str) to allow merging
2025-04-22 17:55:21 +01:00
Farouk Brown
e21904d50d pr: revert markdown changes 2025-04-22 15:33:07 +01:00
Farouk Brown
72c5c7f634 assistant: add avante.nvim plugin 2025-04-22 12:17:33 +01:00
raf
46979fd94f
docs: format options as inline code 2025-04-21 06:54:30 +00:00
raf
682945c79d
Merge branch 'main' into fix-additional-rtp-override 2025-04-21 06:53:01 +00:00
Howard Nguyen-Huu
ae901bb8cb
Merge branch 'main' into howird/python-dap-rename 2025-04-19 13:54:36 -04:00
Howard Nguyen-Huu
b67e151d22 docs: add changes to release notes 2025-04-19 13:53:15 -04:00
raf
afca477b39
Merge pull request #838 from Noah765/fix-flutter-tools
languages/dart: address hidden dependencies of flutter-tools.nvim
2025-04-19 14:49:42 +00:00
Noah765
df0e2060c6 languages/dart: add flutter-tools.flutterPackage option
Previously, flutter-tools was dependent on the flutter SDK, which it found in the PATH. Having such undeclared and non-reproducible dependencies is against the principles of nix.
The flutterPackage option has been made optional for people who have installed the flutter SDK differently and want to keep it that way.
The enableNoResolvePatch option has been retained for people who have installed the flutter SDK using nix outside the scope of nvf and do not want to have to install it twice. The default value has been changed to false, assuming that most people who use nix to install flutter will use the flutterPackage option instead.
2025-04-18 17:05:57 +02:00
Noah765
ef3ab83254 languages/dart: add necessary dependency of flutter-tools.nvim on lsp 2025-04-18 15:49:11 +02:00
Ching Pei Yang
1f6e2f3ca4 docs: update release notes 2025-04-18 00:33:46 +02:00
rice-cracker-dev
fd7c559ded Merge remote-tracking branch 'upstream/main' into lint-required-files 2025-04-17 20:35:23 +07:00
Noah765
11426ea329 languages/dart: add flutter-tools.nvim dependency plenary.nvim 2025-04-17 09:09:29 +02:00