Commit graph

277 commits

Author SHA1 Message Date
0a3855cdc2
docs: properly theme searchbar on prefers-dark 2024-12-10 12:46:50 +03:00
37dc96575d
docs: add search widget to options page 2024-12-09 17:40:16 +03:00
66d0a81206
docs: github pages compat 2024-12-04 17:46:33 +03:00
Soliprem
18bf52e540
languages/gleam: init (#482)
* modules/gleam: init

* gleam: not using formatter

* configuration: gleam set to false

* docs: added changelog entry for gleam

* gleam: fixed lsp and treesitter

* gleam: capitalisation
2024-12-04 02:43:16 +03:00
DamitusThyYeetus123
fd4df3432e
languages/astro: init (#481)
* LSP: Add astro

* LSP: Properly add astro

* LSP: Properly actually add astro

* Flake: Fix mnw

* Update flake/develop.nix

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

* Update configuration.nix

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

* Update astro.nix

* Update rl-0.7.md

---------

Co-authored-by: raf <raf@notashelf.dev>
2024-12-03 23:13:56 +00:00
diniamo
b44039031a
Merge branch 'v0.7' into lib/simpler-binds 2024-12-02 18:31:46 +01:00
98691619ef
docs: update changelogs 2024-12-01 18:38:16 +03:00
Ching Pei Yang
db0e8a65a5
docs: update release notes 2024-11-30 15:46:11 +01:00
Ching Pei Yang
f085f5a047
docs/hacking: use new keybind helper 2024-11-30 15:45:54 +01:00
raf
29b7c415a9
Merge pull request #474 from diniamo/run-nvim
runner/run-nvim: init
2024-11-30 12:31:24 +03:00
diniamo
8bc230bf00 docs(0.7): add breaking changes entry 2024-11-30 10:29:35 +01:00
diniamo
2aeec7cb69 runner/run-nvim: init 2024-11-29 23:15:48 +01:00
raf
4fd0ac1750
Merge branch 'v0.7' into typos-and-friends 2024-11-29 12:09:43 +03: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
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
a196e9610f
docs: format via deno fmt
This should be a pre-commit hook in the future.
2024-11-25 19:16:46 +03:00
5618dadd96
treewide: remove dead links caught by the lychee link check 2024-11-25 18:56:58 +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
Ching Pei Yang
c08d0a79cc docs: cleanup formatting 2024-11-10 23:38:22 +03:00
Ching Pei Yang
a0281d329b another mistake
name should match package.pname
2024-11-10 23:38:22 +03:00
Ching Pei Yang
cca14c7d29 docs: fix typo 2024-11-10 23:38:22 +03:00
6eb5bea5ba docs: update 0.7 release notes 2024-11-10 13:56:48 +03:00
Soliprem
c6ff6bbca6
binds/which-key: changing to the new spec (#448) 2024-11-10 02:09:38 +01:00
Soliprem
516174e296 languages/r: adding formatters 2024-11-10 00:55:13 +03:00
Soliprem
1604c7423f
languages/assembly: init (#447)
* asm: init

* docs: added changelog for assembly

* asm: fixing requested changes

* configuration: assembly set to false
2024-11-09 23:13:27 +03:00
0ba3ccdab8
modules: add config.vim to built package's passthru
Accessible under `<package>.passthru.neovimConfiguration`
2024-11-08 19:47:01 +03:00
Soliprem
1bd0ae5f7e
typst: added tinymist and activated formatters (#444)
* typst: added tinymist and activated formatters

* docs: added tinymist release notes

* typst: formatting

* docs: complying with standards

* typst: formatting
2024-11-08 18:10:40 +03:00
raf
b3f51048db
Merge branch 'main' into v0.7 2024-11-08 09:33:15 +00:00
Noire
8997e62b3b
utility/precognition: init module (#437)
* utility/precognition: init

* utility/precognition: fix priority example, add default

* utility/precognition: add files to default.nix

* utility/precognition: fix typos, manual fmt

* utility/precognition: remove useless mappings

i was going to add binds to toggle/enable/disable but ehhh
idk

* utility/precognition: fix hints option

it broke

* utility/precognition: update gutter hints, new description

* utility/precognition: add files to motion defaults

* utility/precognition: add plugin to flake

* utility/precognition: remove comment reference

oops

* utility/precognition: add precognition to maximal configuration

it does work!

* utility/precognition: update descriptions

needs docs link, desc is somewhat obscure.

* docs: add credit to release notes

* utility/precognition: format

* utility/precognition: de-linkify descriptions

* utility/precognition: no more rec

* utility/precognition: convert to setupOpts

honestly raf was cooking with this one.
it's much nicer to use compared to interpolation lol

* utility/precognition: remove unnecessary function parameter

* utility/precognition: format

* utility/precognition: add description to disabled_fts

oops

* utility/precognition: manual format

* utility/precognition: remove periods at the end of descriptions

* utility/precognition: fix configuration.nix entry

oops lol

* utility/precognition: format

* utility/precognition: expand `vim`

* precognition: consistency changes

Just my minor nits.

---------

Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-11-08 09:32:02 +00:00
f429379e34
docs: update release notes 2024-11-06 19:33:06 +03:00