Commit graph

9 commits

Author SHA1 Message Date
Pedro Alves
4ddd3969e5
nixvim: support standalone nixvim
This represents a major rearchitecture for nixvim, so I'm leaving this up to track the progress for now, and to serve as a reference for any breaking changes during transition.

The main change is, of course, being able to use nixvim standalone. To do this, you should use the new build function, which takes in two arguments: the system architecture (e.g. x86_64-linux) and the configuration. For the new configuration, do not use the programs.nixvim. prefix.

For module development, the main change is that you should no longer prefix your modules with programs.nixvim..
2022-09-18 11:19:23 +01:00
Pedro Alves
053314724a telescope.media_files: fix wrong namespace for null 2022-08-28 00:43:01 +01:00
Alexander Nortung
3bce3ed48f
telescope.media_files: init (#29)
* telescope.media_files: init

* telescope-media: fix typo

`nollOr` -> `nullOr`

Co-authored-by: Pedro Alves <pta2002@users.noreply.github.com>
2022-08-28 00:26:03 +01:00
Pedro Alves
3bb3b7efb5 telescope: wrap setup code in do...end 2022-08-27 01:47:52 +01:00
Builditluc
004824877f telescope-fzy-native: init plugin 2022-01-07 14:46:53 +00:00
Builditluc
40b3ece389 telescope-fzf-native: init plugin 2022-01-07 14:46:53 +00:00
Builditluc
96685934d7 telescope-frecency: add options 2022-01-07 14:46:53 +00:00
Builditluc
3d1df5f16a telescope-frecency: init plugin 2022-01-07 14:46:53 +00:00
Builditluc
6f8eb6f381 telescope: move plugin into seperate folder 2022-01-07 14:46:53 +00:00