Commit graph

1518 commits

Author SHA1 Message Date
raf
4fd0ac1750
Merge branch 'v0.7' into typos-and-friends
Some checks are pending
Check for typos in the source tree / check-typos (push) Waiting to run
2024-11-29 12:09:43 +03:00
Ching Pei Yang
fee1b46924
lazy: add assertions against common problems (#476)
* lazy: allow null package

* lazy: add assertions for common pitfalls

* lazy: pass plugin name to custom load function

* lazy: format description

Co-authored-by: raf <raf@notashelf.dev>

---------

Co-authored-by: raf <raf@notashelf.dev>
2024-11-29 00:16:17 +01:00
Soliprem
52ad5ec34c
modules/nu: init (#477)
* modules/languages: add nu

* configuration: enable nu for maximal

* flake.lock: update nixpkgs

* languages/nu: TS parser is now in nixpkgs

* docs: added changelog entry for nu

* modules/plugins/languages/nu.nix: applying suggested change for option ordering

Co-authored-by: raf <raf@notashelf.dev>

* configuration.nix: don't enable nu on maximal

* modules/nu: removed useless comments

* languages/nu: cleaning up after removing formatter code

* modules/plugins/languages/nu.nix: better attrs ordering

Co-authored-by: raf <raf@notashelf.dev>

---------

Co-authored-by: diniamo <diniamo53@gmail.com>
Co-authored-by: raf <raf@notashelf.dev>
2024-11-28 17:12:19 +00:00
ppenguin
5087c3d64d
languages/HCL: init (#359)
* add language HCL

Terraform doesn't register hcl and doesn't offer good DX if manually set
for editing e.g. nomad HCL files.

Incl. reformat with alejandra

* cleanup, add formatter

* requested improvements

forgotten save

typo (lsp <-> format)

* changelog entry

consolidate changelog entry

---------

Co-authored-by: raf <raf@notashelf.dev>
2024-11-27 22:21:57 +03:00
5589d1ff57
ci: ignore viwP in release notes
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
2024-11-26 11:28:34 +03:00
a3038b697d
treewide: find and fix more typos 2024-11-26 11:24:25 +03:00
0e14e8008b
ci: check for typos in the source tree 2024-11-26 11:20:34 +03:00
f86f8bb9dc
meta: update CONTRIBUTING and pull request tempalte 2024-11-26 11:00:42 +03:00
63800378c9
ci: fix yaml syntax for check-docs workflow 2024-11-26 10:52:11 +03:00
c2de643f19
treewide: find and fix typos 2024-11-26 10:36:39 +03:00
38d265d434
manual/configuring: in-depth explanation of plugin input overrides 2024-11-26 10:15:04 +03:00
a1a8d596ed
flake: rustaceanvim 2024-11-09 -> 2024-11-25 2024-11-26 09:41:41 +03:00
Soliprem
d821882f00 typst: complying with review 2024-11-26 09:38:51 +03:00
Soliprem
26bb56eba8 languages/typst: fixed callback error with non-english characters 2024-11-26 09:38:51 +03:00
a196e9610f
docs: format via deno fmt
This should be a pre-commit hook in the future.
2024-11-25 19:16:46 +03:00
e43a067cae
ci: build docs-checklink package in CI to ensure link validity 2024-11-25 19:05:10 +03:00
5618dadd96
treewide: remove dead links caught by the lychee link check 2024-11-25 18:56:58 +03:00
dd8b0e272f
flake: add docs-linkcheck package for validating hyperlinks 2024-11-25 18:55:01 +03:00
7da133c3a1
treewide: remove with lib; from docs and sources 2024-11-25 18:11:53 +03:00
0be7d8adcf
docs: compile stylesheet via rsass 2024-11-25 18:01:57 +03:00
4e82ded53a
docs/installation: fix logical errors in standalone chapters 2024-11-25 18:01:56 +03:00
71e7072fcf
docs: use the correct NVF_REPO url 2024-11-25 18:01:55 +03:00
10127a5195
docs: compile stylesheet via dart-sass 2024-11-25 18:01:54 +03:00
cb10266dce
docs: add anchors to individual headers
Taken from Nixpkgs manual derivation, neat.
2024-11-25 18:01:53 +03:00
1e9f5d09a7
docs/installation: connect custom-configuration section to the module chapters better 2024-11-25 18:01:52 +03:00
a8ebd8972b
docs/hacking: make preface more readable & friendly 2024-11-25 18:01:51 +03:00
41931ea87a
docs/installation: un-linline section link 2024-11-25 18:01:50 +03:00
3b27c00268
docs/options: include warning about option prefix 2024-11-25 18:01:49 +03:00
eaeb99539b
docs: use the correct path for quirks.md 2024-11-25 18:01:48 +03:00
344348512e
docs/preface: include project description in the preface 2024-11-25 18:01:47 +03:00
ce6799c9d8
docs/plugins: rename to 'quirks' to be more general 2024-11-25 18:01:46 +03:00
4156ecfb21
docs/try-it-out: correct number of available configs; fix typos 2024-11-25 18:01:45 +03:00
d0ae648119
docs/custom-plugins: improve wording for DAG; link to local docs 2024-11-25 18:01:44 +03:00
c382bb02eb
docs/custom-plugins: better wording and edge cases in legacy-method.md 2024-11-25 18:01:43 +03:00
b2600885c8
docs: add preface to modules chapter 2024-11-25 18:01:42 +03:00
5b54f6d5f5
docs/installation: add standalone flake example 2024-11-25 18:01:41 +03:00
7c8dc07824
docs: fix typo in standalone installation pages 2024-11-25 18:01:40 +03:00
94d04ba0df
docs: clean up project README 2024-11-25 18:01:39 +03:00
6645abb6e8
flake: improve deprecation messages for old neovim-flake modules' 2024-11-25 18:01:38 +03:00
Ching Pei Yang
8c95b996c7
copilot: fix wrong keybind descriptions 2024-11-23 20:21:31 +01:00
Ching Pei Yang
e143f4699c configuration: switch default file-tree to neo-tree 2024-11-22 22:37:05 +03:00
Ching Pei Yang
dee78a393b nvimtree: move beforeAll to pluginRC 2024-11-22 22:37:05 +03:00
Ching Pei Yang
d459fd16ce neo-tree: move beforeAll to pluginRC 2024-11-22 22:37:05 +03:00
Ching Pei Yang
9c979a4a84 nvim-tree: hijack netrw 2024-11-22 22:37:05 +03:00
Ching Pei Yang
68392ae504 neo-tree: add hijack netrw 2024-11-22 22:37:05 +03:00
Ching Pei Yang
1d2d4cd088 lazy: wrap beforeAll in lua function 2024-11-22 22:37:05 +03:00
Soliprem
b6785f8218 typst: added single file support for tinymist 2024-11-18 12:09:34 +03:00
diniamo
250b503ef5 flake: update mnw 2024-11-17 17:00:29 +01:00
diniamo
8a827f92c9
Merge pull request #453 from diniamo/fix-trouble-binds
trouble: fix binds
2024-11-16 21:34:06 +01:00
diniamo
c99afe12c3 trouble: fix binds 2024-11-16 21:31:59 +01:00