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-28 11:30:06 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
be455f7f27
nix-community.nixvim
/
templates
/
simple
/
config
/
default.nix
5 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
templates/simple: remove useless `self` from extraSpecialArgs
2024-01-06 02:08:03 +01:00
{
misc: added flake template (#219) * Added simple flake template * Added readme to template * Updated readme to show how to use the template * Formatting * removed unused file from template * Fixed template url and pkgs * Formatting
2023-03-03 09:18:52 +00:00
# Import all your configuration modules here
treewide: Reformat with nixfmt
2024-05-05 19:39:35 +02:00
imports
=
[
./bufferline.nix
]
;
misc: added flake template (#219) * Added simple flake template * Added readme to template * Updated readme to show how to use the template * Formatting * removed unused file from template * Fixed template url and pkgs * Formatting
2023-03-03 09:18:52 +00:00
}
Reference in a new issue
Copy permalink