2bee8b8a9d
Merge pull request #852 from Noah765/fix-highlight-color-type
...
highlight: fix color type
2025-04-23 19:38:00 +00:00
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
3202c4deba
Merge pull request #847 from aionoid/markdown_fix
...
languages/render-markdown-nvim: add file_types as list
2025-04-23 15:28:11 +00:00
8441eab1b2
Merge branch 'main' into markdown_fix
2025-04-23 13:19:37 +00:00
8ab559ccfe
mini/cursorword: init
2025-04-23 16:02:39 +03:00
Farouk Brown
3e3d7171c1
ref: change file_types type to nullOr(listOf str)
2025-04-22 22:36:11 +01:00
Farouk Brown
95e2eec30b
doc: format description to a multi-line string
2025-04-22 21:32:53 +01: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
4045c458dc
assistant/chatgpt: add missing dependencies
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2025-04-21 10:11:43 +03:00
d2cb38ca0e
Merge pull request #825 from horriblename/fix-additional-rtp-override
...
rc: do not set options via luaConfigPre
2025-04-21 06:59:01 +00:00
46979fd94f
docs: format options as inline code
2025-04-21 06:54:30 +00:00
682945c79d
Merge branch 'main' into fix-additional-rtp-override
2025-04-21 06:53:01 +00:00
499db0e09a
Merge pull request #844 from Noah765/improve-autocommand-descriptions
...
autocmds: improve option descriptions
2025-04-21 06:52:13 +00:00
Noah765
6bf57573f1
autocmds: improve autocommand descriptions
2025-04-21 08:41:41 +02:00
27c0b5caf3
pins: bump all plugins
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
2025-04-20 18:40:19 +03:00
fb7f47b375
flake: bump inputs
2025-04-20 18:40:18 +03:00
57b9735fc7
Merge pull request #841 from howird/howird/python-dap-rename
...
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
languages/python: change DAP name from "python" to "debugpy"
2025-04-19 18:09:36 +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
5db21bae6f
languages/dart: update flutter-tools.enableNoResolvePatch description
2025-04-19 15:51:47 +02:00
raf
33be3db04e
Merge pull request #842 from horriblename/no-gofmt
...
languages/go: default disable gofmt if lsp is enabled
2025-04-19 13:37:01 +00:00
Ching Pei Yang
b762752333
languages/go: default disable gofmt if lsp is enabled
2025-04-19 13:22:06 +02:00
Howard Nguyen-Huu
a6a7bd37f3
fix: change python dap name from python to debugpy
2025-04-18 19:52:44 -04: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
99d600f40f
languages/dart: remove invalid config key lsp.flags from flutter-tools.nvim setup
...
The lsp.flags key is not present in the documentation of flutter-tools.nvim and lsp_flags always evaluates to nil.
2025-04-18 15:51:03 +02:00
Noah765
ef3ab83254
languages/dart: add necessary dependency of flutter-tools.nvim on lsp
2025-04-18 15:49:11 +02:00
raf
92812036cc
Merge pull request #821 from rice-cracker-dev/lint-required-files
...
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
nvim-lint: added required files support
2025-04-18 10:49:07 +00:00
rice-cracker-dev
05954eec6d
docs: update vim.diagnostics.nvim-lint.*.required_files description
2025-04-18 11:00:16 +07:00
Ching Pei Yang
1f6e2f3ca4
docs: update release notes
2025-04-18 00:33:46 +02:00
Ching Pei Yang
db3a35a116
rc: do not set options via luaConfigPre
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
raf
6f3ad1f726
Merge pull request #835 from Noah765/add-flutter-tools-dependency
...
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
languages/dart: add flutter-tools.nvim dependency plenary.nvim
2025-04-17 08:24:28 +00:00
Noah765
11426ea329
languages/dart: add flutter-tools.nvim dependency plenary.nvim
2025-04-17 09:09:29 +02:00
rice-cracker-dev
cdbf2ff370
Merge remote-tracking branch 'upstream/main' into lint-required-files
2025-04-15 22:31:10 +07:00
f516cb43ce
git/gitlinker-nvim: remove duplicate package entry
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2025-04-14 17:02:34 +03:00
rice-cracker-dev
f830553166
nvim_lint: moved the function into a separate option "lint_function"
2025-04-14 18:01:52 +07:00
rice-cracker-dev
8961142817
Merge remote-tracking branch 'upstream/main' into lint-required-files
2025-04-14 16:54:37 +07:00
920f3c9670
ci: exclude npins directory in formatting check
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
2025-04-14 07:07:39 +03:00
Gerg-L
78efcd173c
flake: bump inputs ( #831 )
2025-04-14 04:06:24 +00:00
Alfarel
3b8595a263
completion/blink: fix fuzzy lib cargoHash ( #829 )
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
2025-04-13 18:20:30 +00:00
rice-cracker-dev
a3051d49aa
format: formatted the project
2025-04-14 00:03:22 +07:00
rice-cracker-dev
acbeb26854
nvim-lint: moved linting into its own global function "nvf_lint(buf)"
2025-04-14 00:02:54 +07:00
rice-cracker-dev
1f8a44c432
Merge remote-tracking branch 'upstream/main' into lint-required-files
2025-04-13 23:08:17 +07:00
rice-cracker-dev
90d09ba05f
nvim-lint: switch to .lint()
2025-04-13 20:57:23 +07:00
w1kee
15ad754ad6
docs: fix typo ( #824 )
...
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
* shell -> run
* fix nix run command for maximal config in docs
---------
Co-authored-by: raf <raf@notashelf.dev>
2025-04-13 11:10:36 +00:00
Phan Đăng Khoa
2b62a441e9
Update modules/plugins/diagnostics/nvim-lint/nvim-lint.nix
...
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
2025-04-13 16:07:27 +07:00
Phan Đăng Khoa
f4ee6a275f
Update modules/plugins/diagnostics/nvim-lint/config.nix
...
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
2025-04-13 16:06:58 +07:00
Phan Đăng Khoa
5c3a90e3f6
Update modules/plugins/diagnostics/nvim-lint/config.nix
...
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
2025-04-13 16:06:42 +07:00