Commit Graph

1238 Commits

Author SHA1 Message Date
NotAShelf 4d41469b3d
nvf: let people pay me
I initially removed the ability to fund me due to this project being a soft-fork of JordanIsaac's neovim-flake. However, the project has changed *enough* to justify it being a standalone and therefore unaffiliated project. With the number of commits and the time spent in mind, I am allowing funding again.
2024-05-01 18:49:47 +00:00
NotAShelf fbc138a51b
Merge pull request #273 from FrothyMarrow/typst-docs-entry
docs: add entry for typst language support
2024-05-01 16:08:19 +00:00
NotAShelf d5fde3f445
docs: wording 2024-05-01 16:05:12 +00:00
Frothy 90ee038794 docs: add entry for typst language support 2024-04-29 07:47:07 -04:00
NotAShelf f66a879dce
Merge pull request #274 from FrothyMarrow/disable-wakatime
configuration: disable wakatime in maximal output
2024-04-29 05:28:14 +00:00
Frothy ee240a1483 configuration: disable wakatime in maximal output 2024-04-28 22:33:00 -04:00
NotAShelf 94ffd5ec9f
Merge pull request #271 from FrothyMarrow/typst-lang-support
languages/typst: add typst language support
2024-04-28 20:23:33 +00:00
ItsSorae 4056deb411 languages/typst: add typst language support 2024-04-28 15:07:41 -04:00
NotAShelf 6e8bb14567
docs: fix alignment issues in README 2024-04-28 21:00:57 +03:00
NotAShelf 2a37873f8a
docs: move maintenance notice to FAQ 2024-04-28 20:41:54 +03:00
NotAShelf a12a26e405
CI: use the correct path in pages 2024-04-28 20:35:31 +03:00
NotAShelf d2d2c2a227
CI: remove docker builds 2024-04-28 20:35:15 +03:00
NotAShelf fde298805c
Merge pull request #231 from NotAShelf/v0.6
v0.6
2024-04-28 17:29:40 +00:00
NotAShelf 56a8476bc1
Merge pull request #269 from horriblename/fix-weird-luainline
fix treesitter.highlight.disable example
2024-04-28 12:56:18 +00:00
Ching Pei Yang 8c5a63e72c treesitter: cleanup unused 2024-04-28 12:23:59 +02:00
Ching Pei Yang 636eba77d7 treesitter: fix example 2024-04-28 12:23:41 +02:00
NotAShelf 57b5585372
Merge pull request #268 from jacekpoz/v0.6
fix: repair logo path in README
2024-04-27 17:53:24 +00:00
jacekpoz 293b290f2c
fix: repair logo path in README 2024-04-27 19:39:28 +02:00
NotAShelf 8ad6233c41
Merge pull request #266 from horriblename/no-apply-lua-inline
Do not auto apply mkLuaInline
2024-04-27 15:48:24 +00:00
NotAShelf cc0617b4d6
Merge pull request #267 from horriblename/disable-neocord
Disable neocord by default
2024-04-27 15:47:27 +00:00
Ching Pei Yang 053ca39e10
docs: fix typo 2024-04-27 17:09:18 +02:00
Ching Pei Yang a5594fd7a2 config: disable neocord 2024-04-27 17:00:30 +02:00
Ching Pei Yang f0631c2d26 fidget: do not apply mkLuaInline to str opts 2024-04-27 16:09:27 +02:00
Ching Pei Yang 0c4f7a544d lib: fix crash on non-attrset arg 2024-04-27 16:09:27 +02:00
Ching Pei Yang c220da2af9 fidget: remove ineffectful option
whether you set clear_on_detach to true or false you still get the
default behaviour
2024-04-27 16:09:27 +02:00
NotAShelf 89bdd80e20
meta: mark as release 2024-04-27 16:38:44 +03:00
NotAShelf 1740b437c0
neovim/spellcheck: disable programming wordlist
errors as it cannot download its spellfile. needs to be fixed
2024-04-27 16:22:42 +03:00
NotAShelf aaf286dce4
modules: fix merge conflicts 2024-04-27 16:13:19 +03:00
NotAShelf b397dcb430
Merge branch 'main' into v0.6 2024-04-27 16:09:37 +03:00
NotAShelf 5fa1ee5c2f
Merge pull request #265 from NotAShelf/rename
treewide: rename **neovim-flake** to **nvf**
2024-04-27 13:04:59 +00:00
NotAShelf 40979a6d6a
docs: clean up remaining mentions of neovim-flake 2024-04-27 16:04:09 +03:00
NotAShelf 97a64abeff
treewide: clean up references to neovim-flake 2024-04-27 15:51:22 +03:00
NotAShelf 227f80ac9d
docs: rename all instances of `neovim-flake` to `nvf` 2024-04-27 15:44:37 +03:00
NotAShelf 79f0d87ad2
Merge pull request #264 from horriblename/no-str-to-luainline
Remove str to luaInline coercion
2024-04-27 11:32:46 +00:00
Ching Pei Yang 500652d75e types/luaInline: do not coerce strings into luaInline 2024-04-27 02:12:35 +02:00
NotAShelf ebe0d6c960
docs: update v0.6 release notes 2024-04-27 00:21:55 +03:00
NotAShelf a56aa7b6e2
notifications/nvim-notify: add render opt; update trace symbol 2024-04-27 00:21:27 +03:00
NotAShelf bba0ba92a6
Merge pull request #261 from NotAShelf/treesitter
plugins/treesitter: migrate legacy codebase; refactor
2024-04-26 14:14:31 +00:00
NotAShelf 694012dbd8
neovim/init: override vim syntax highlighting with Treesitter
see: «https://github.com/nvim-treesitter/nvim-treesitter/issues/2254»
2024-04-30 08:08:54 +03:00
NotAShelf 616c00ab46
plugins/treesitter: generate Lua configuration from Nix 2024-04-28 21:04:28 +03:00
NotAShelf c8d38872ab
plugins/treesitter: migrate treesitter-context to new `setupOpts` 2024-04-28 20:19:25 +03:00
NotAShelf e8035c42f4
flake: bump inputs 2024-04-25 01:59:28 +03:00
NotAShelf 5246cf50de
plugins/theme: enable ts-context support for Catppuccin 2024-04-25 01:52:19 +03:00
NotAShelf 2941092470
Revert "plugins/treesiter: set up fold after `basic`"
This reverts commit 92c94fda20.
2024-04-25 01:36:58 +03:00
NotAShelf 92c94fda20
plugins/treesiter: set up fold after `basic` 2024-04-25 01:31:10 +03:00
NotAShelf 103941e270
treesitter/ts-context: fix duplicate config entry 2024-04-24 23:50:49 +03:00
NotAShelf feb7cd731e
plugins/treesitter: write setup options after `basic` DAG 2024-04-24 23:34:39 +03:00
NotAShelf 4b868d0de6
wrapper/rc: loop over removed runtime paths
Would be neat to expose removed paths as a list in the future
2024-04-23 21:10:39 +03:00
NotAShelf ad9d0c6cdb
ui/noice: add missing treesitter grammars 2024-04-23 20:43:41 +03:00
NotAShelf 5e12c2315a
plugins/treesitter: allow user to toggle default grammars 2024-04-23 20:20:49 +03:00