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-22 08:53:28 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
cd32dcd50f
nix-community.nixvim
/
tests
/
test-sources
/
plugins
/
languages
/
treesitter
/
hmts.nix
9 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
plugin/hmts: init + tests (#646)
2023-10-15 16:32:16 +01:00
{
empty
=
{
plugins/hmts: add warning when treesitter is not enabled
2024-01-26 15:33:09 +01:00
plugins
=
{
hmts
.
enable
=
true
;
treesitter
.
enable
=
true
;
plugin/hmts: init + tests (#646)
2023-10-15 16:32:16 +01:00
}
;
}
;
}
Reference in a new issue
Copy permalink