This website requires JavaScript.
Explore
Help
Sign in
mirror
/
nix-community.nixvim
Watch
1
Star
0
Fork
You've already forked nix-community.nixvim
0
mirror of
https://github.com/nix-community/nixvim.git
synced
2025-06-21 16:39:00 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
ca30f8ddac
nix-community.nixvim
/
modules
/
plugins.nix
6 lines
57 B
Nix
Raw
Normal View
History
Unescape
Escape
added formatter + reformat existing codebase (#175)
2023-02-20 11:42:13 +01:00
{
.
.
.
}:
{
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
imports
=
[
../plugins/default.nix
]
;
}
Reference in a new issue
Copy permalink